ICE

Serial Products => ICE-TEN => Topic started by: OVVH on September 01, 2004, 06:05:22 pm

Title: keybaord problems
Post by: OVVH on September 01, 2004, 06:05:22 pm
on one of six terminals running the ice software, the baud rate runs at 9600 and the rest at 19200. This computer that runs at 9600 has a problem with many of the function keys. The arrow keys, the delete key and the insert key all function incorrectly.
Title: keybaord problems
Post by: Bob on September 07, 2004, 10:24:45 am
It's probably loking for a different terminal type. Serial terminal types are usually set by a query at login or in a file (for SCO) called:

/etc/ttytype

You can see what your terminal type is set to by doing:

echo $TERM

at a shell prompt.

You can see what tty line you are on by doing:

tty

command at a shell prompt.

The mapping between the tty line and the terminal type is done in the /etc/ttytype file. You should do the two commands above on a pc that works properly then change the line in the ttytype file for the terminal that doesn't work to match the one that does.