On 2007-04-23, Christopher Faylor wrote: > On Mon, Apr 23, 2007 at 06:34:45PM -0700, Gary Johnson wrote: > >I've been working on porting a simple terminal emulator application > >from HP-UX 10.20 to Cygwin. All it does is make a few termio > >settings on stdin, stdout and the specified serial port, then copy > >characters from stdin to the serial port and from the serial port to > >stdout. It seems to work fine except that it won't set the serial > >port baud rate. > > For cygwin, you'll need to use cfset[io]speed and tcsetattr to set > baud rate.
That did it! It all works great now. Thank you. I know I'm going to regret asking this, SHTDI and all, but where is this documented? I searched the FAQ and User's Guide for ioctl, etattr and termio and didn't find anything relevant. Regards, Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | Mobile Broadband Division | Spokane, Washington, USA -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/