Lane wrote in a message to Mike Bilow:

 L> Here is my dumb Linux question for today:

 L> How do you set the serial port (/dev/ttyS0) baud rate ?
 L> What utility prgram do you use ?

setserial

 L> I want to set the baud rate to 9600 baud, and then use the
 L> 'echo' command to issue the commands to my TNC to get it
 L> into KISS mode on system startup.

echo -n "kiss on\r" > /dev/ttySx    (where "x" is the port number)

Of course, your particular TNC may need different commands.
 
-- Mike

Reply via email to