On Tue, 23 Sep 2003, Tony Duell wrote:
Hmm, if it
sends all characters as uppercase, I will need some way to
change the PC to recognize that and convert it all back to lowercase
or something, since all of the UNIX commands are lower case. I assume
Old unices (like PDP11 v7) have a way to use an upper-case only
terminal. I would have to check the details. I have no idea if linux
supports this.
Try 'stty -F /dev/ttyS0 lcase' (replacing /dev/ttyS0 with the tty device
name). It enables xcase, iuclc, and olcuc, which should make things much
easier.
-Toth