[Fwd: Re: [Fwd: Re: [leaf-user] dachstein & vt100 emulation]]

2004-04-20 Thread Arnold Wiegert
Giovanni Franza wrote:

Arnold Wiegert ha scritto:

Thanks for the references.

I looked them up and it seems Putty is good for telnetting only. Found
TeraTerm Pro and have installed it. It works well for serial
connections, but the 'page up' key seems to cause text to be deleted;
the page down key works as it does at the machine console.


You can edit the keyboard map.
I made this some years ago but I've lost the config file, I only
remember that it was possible, sorry ... ;-)
Giovanni

Thank you for your reply, :-)
assuming you are referring to TeraTerm, it does have a keyboard map
config file, but the only thing it maps are the key codes vs VT100
functions. It does not allow changing the escape sequences it sends out
when a key is pressed.
In fact I was just checking the escape sequences on the serial link and
found that for page up the program sends out  ESC [ 3 ~; similar
sequences for page down, home and end keys; only the decimal digit
changes. From what I can see, the editor does not handle these sequences
 as expected.
But none of the VT100 documentation I have found on the net includes a ~
as the terminal character. The arrow keys send out the expected sequences.
So, I'm still not quite where I wanted to be :-(

Arnold





---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] dachstein & vt100 emulation

2004-04-20 Thread Arnold Wiegert
Charles Steinkuehler wrote:

Arnold Wiegert wrote:

Hi all

I'm still running Dachstein, but would like to use a serial line to 
access the 'box' from a Windows machine.

Since I haven't found a good & free VT100 emulation program, I've used 
and older modem program which does a pretty good job, except for the 
page up and down keys.

They work well enough in the editor at the console but not in the 
editor when run on a serial link.

What am I missing?


If you're only having problems in the e3 editor provided with Dachstein, 
you might consider using a different editor.  While e3 is tiny, IIRC 
it's written in assembly so it wouldn't necessarily work properly with 
terminal settings (which tend to be a linked C library thing).

If you're having problems outside of the editor as well, make sure your 
TERM variable is set correctly.

Thank you Charles.

TERM is set to vt100

It is not that I'm having any problems when I use the PC keyboard, but 
only when I'm trying to run the system off the serial ports and try to 
edit a file.

I understand that the original VT100 did not have 'page up & down' keys, 
so the PC keyboard must translate those keys such that they produce the 
desired effect - same goes for 'home' & 'end'. These work as expected 
from the PC keyboard, but not on a serial line.

When using TeraTerm  the 'page down' seems to move the cursor as 
expected, but 'page up' deletes the character under the cursor, while 
the 'home' and 'end' keys do nothing good or bad.

I was mainly wondering if there might be a key mapping for the 
'standard' editor which I might have overlooked and which would give me 
what I need.

TIA
Arnold


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


[Fwd: Re: [leaf-user] dachstein & vt100 emulation]

2004-04-20 Thread Arnold Wiegert
Thanks for the references.

I looked them up and it seems Putty is good for telnetting only. Found
TeraTerm Pro and have installed it. It works well for serial
connections, but the 'page up' key seems to cause text to be deleted;
the page down key works as it does at the machine console.
I'll investigate some more to see where the problem lies.

Arnold

Tony wrote:

TeraTerm Pro?  
Putty?

Tony

- Original Message - 
From: "Arnold Wiegert" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 20, 2004 12:28 PM
Subject: [leaf-user] dachstein & vt100 emulation



Hi all

I'm still running Dachstein, but would like to use a serial line to 
access the 'box' from a Windows machine.

Since I haven't found a good & free VT100 emulation program, I've used 
and older modem program which does a pretty good job, except for the 
page up and down keys.

They work well enough in the editor at the console but not in the editor 
when run on a serial link.

What am I missing?

TIA,
Arnold


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html




---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] dachstein & vt100 emulation

2004-04-20 Thread Charles Steinkuehler
Arnold Wiegert wrote:
Hi all

I'm still running Dachstein, but would like to use a serial line to 
access the 'box' from a Windows machine.

Since I haven't found a good & free VT100 emulation program, I've used 
and older modem program which does a pretty good job, except for the 
page up and down keys.

They work well enough in the editor at the console but not in the editor 
when run on a serial link.

What am I missing?
If you're only having problems in the e3 editor provided with Dachstein, 
you might consider using a different editor.  While e3 is tiny, IIRC 
it's written in assembly so it wouldn't necessarily work properly with 
terminal settings (which tend to be a linked C library thing).

If you're having problems outside of the editor as well, make sure your 
TERM variable is set correctly.

--
Charles Steinkuehler
[EMAIL PROTECTED]
---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] dachstein & vt100 emulation

2004-04-20 Thread Tony
TeraTerm Pro?  
Putty?

Tony


- Original Message - 
From: "Arnold Wiegert" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 20, 2004 12:28 PM
Subject: [leaf-user] dachstein & vt100 emulation


> Hi all
> 
> I'm still running Dachstein, but would like to use a serial line to 
> access the 'box' from a Windows machine.
> 
> Since I haven't found a good & free VT100 emulation program, I've used 
> and older modem program which does a pretty good job, except for the 
> page up and down keys.
> 
> They work well enough in the editor at the console but not in the editor 
> when run on a serial link.
> 
> What am I missing?
> 
> TIA,
> Arnold
> 
> 
> 
> ---
> This SF.Net email is sponsored by: IBM Linux Tutorials
> Free Linux tutorial presented by Daniel Robbins, President and CEO of
> GenToo technologies. Learn everything from fundamentals to system
> administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
> 
> leaf-user mailing list: [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/leaf-user
> SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


[leaf-user] dachstein & vt100 emulation

2004-04-20 Thread Arnold Wiegert
Hi all

I'm still running Dachstein, but would like to use a serial line to 
access the 'box' from a Windows machine.

Since I haven't found a good & free VT100 emulation program, I've used 
and older modem program which does a pretty good job, except for the 
page up and down keys.

They work well enough in the editor at the console but not in the editor 
when run on a serial link.

What am I missing?

TIA,
Arnold


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html