Re: Set serial port arttributs under cygwin

2006-01-05 Thread Eric Blake
steven woody gmail.com> writes: > > Hi, > > under cygwin, how can i set a serial port's attributes? such as, > speed, trun on or turn off hardware flow control. thanks A little more googling would show that you are not the first person to ask this question. The short answer is the same way as

Re: Set serial port arttributs under cygwin

2006-01-05 Thread Igor Peshansky
On Fri, 6 Jan 2006, steven woody wrote: > under cygwin, how can i set a serial port's attributes? such as, > speed, trun on or turn off hardware flow control. thanks Most should be settable via 'stty', just like on Unix. Don't forget that COM1 is /dev/ttyS0. Igor --

Set serial port arttributs under cygwin

2006-01-05 Thread steven woody
Hi, under cygwin, how can i set a serial port's attributes? such as, speed, trun on or turn off hardware flow control. thanks -- woody -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.c