1833323 Members
3163 Online
110051 Solutions
New Discussion

Re: Terminal emulator

 
SOLVED
Go to solution
Louis KRASSOI
New Member

Terminal emulator

When we use NetTerm to connect to the HP rx5670 which runs HP UX B.11.23, we cannot use the '@' symbol on the keyboard. The cursor jumps to the beginning of the line. This is an annoyance, because we write scripts in which we need to use the '@' symbol (eg. executing an Oracle script from within SQL).
We use also XVision, but have only a few licenses. With XVision there is no problem.
Your help will be greatly appreciated.
Kind regards
8 REPLIES 8
Massimo Bianchi
Honored Contributor

Re: Terminal emulator

Try putty,
I always use it without prolem, and it's free.

http://www.chiark.greenend.org.uk/~sgtatham/putty/

Regards,
Massimo
Muthukumar_5
Honored Contributor

Re: Terminal emulator

You can use putty. It contains all effective features and availble over free license.

we can use rlogin,telnet,ssh,ftp too. copy + paste very easy thing.

http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

It will give more pleasure to work.
Easy to suggest when don't know about the problem!
Rick Garland
Honored Contributor

Re: Terminal emulator

Is the NetTerm mapping the @ key to some other value?
Jean-Luc Oudart
Honored Contributor
Solution

Re: Terminal emulator

Hi

could you post the output of the following command :
stty -a

Regards,
Jean-Luc
fiat lux
Louis KRASSOI
New Member

Re: Terminal emulator

Hello Rick,

No, the @ key is not mapped. We have been using NetTerm with SCO Unixware for years.

Regards,

Louis
Louis KRASSOI
New Member

Re: Terminal emulator

Hello Jean-Luc,

Here is the result of the stty -a command:-

speed 9600 baud; line = 0;
rows = 24; columns = 80
min = 4; time = 0;
intr = DEL; quit = ^\; erase = ^H; kill = @
eof = ^D; eol = ^@; eol2 ; swtch
stop = ^S; start = ^Q; susp ; dsusp
werase ; lnext
parenb -parodd cs7 -cstopb hupcl -cread -clocal -loblk -crts
-ignbrk brkint ignpar -parmrk -inpck istrip -inlcr -igncr icrnl -iuclc
ixon -ixany -ixoff -imaxbel -rtsxoff -ctsxon -ienqak
isig icanon -iexten -xcase echo -echoe -echok -echonl -noflsh
-echoctl -echoprt -echoke -flusho -pendin
opost -olcuc onlcr -ocrnl -onocr -onlret -ofill -ofdel -tostop tab3

Regards,
Louis
Tom Ward_1
Honored Contributor

Re: Terminal emulator

Hello Louis,

There's your problem. You've got kill mapped to @. kill = @
Try updating your .profile to us something else. Mine has
stty erase "^H" kill "^U" intr "^C" eof "^D"
That will map it to Ctrl-U.
When I type Ctrl-U, I get the same effect as what you described.

Putty is a good client, but NetTerm was once my favoirte term program. It's still a good client.

Regards,
Tom
Louis KRASSOI
New Member

Re: Terminal emulator

Hello Jean-Luc and Tom,
The issue is resolved. Thank you for your kind help.
Regards,
Louis