From: Levin Alexander Date: 2005-12-16T06:58:26+09:00 Subject: Re: setting serial port settings On 12/15/05, dperkins@frii.com wrote:> I'm writing a simple script that talks to a device on a PC serial port. I> need to be able to set the port settings (baud, bits, parity) but I have> not found a way to do this. How can I do this?>> This script will run in a DOS window on Windows, but I might need to use> it with Linux later. On Linux you can use stty: `stty -echo raw ospeed 38400 ispeed 38400 < /dev/ttyS0` You may also want to look at Viele Gr����e,Levin