bug: can't read com1 on windows 98

2003-11-14 Thread Robert Bon
Hello cygwin users, can't read com1 on windows 98 a simple test case. redirect stdout to com1 ls > com1 it works fine. redirect stdin to com1 cat< com1 works fine on a windows XP system. Bug with Windows 98 nothing is ever received. Tested on de same PC, same cygwin and new installed windows.

Re: Problem reading from COM1

2003-11-12 Thread Robert Bon
ead > >-brkint -icrnl -imaxbel > >-opost -onlcr > >-isig -icanon -iexten -echo -echoe -echok -echoctl -echoke > > > >$ stty -F /dev/com1 cread > >stty: /dev/com1: unable to perform all requested operations > > > >Why Can?t I read from the COM1? > &g

Problem reading from COM1

2003-11-11 Thread Robert Bon
me = 0; -cread -brkint -icrnl -imaxbel -opost -onlcr -isig -icanon -iexten -echo -echoe -echok -echoctl -echoke $ stty -F /dev/com1 cread stty: /dev/com1: unable to perform all requested operations Why Can’t I read from the COM1? Is it because I use windows 98? Why can’t stty set cread? Thanks