RE: 1.57 on Win2k or WinXP. Not more than 16 com ports. Differences between //./comX and /dev/comX

2004-04-19 Thread Dave Korn
-Original Message- From: cygwin-owner On Behalf Of Lutz Hörl Sent: 19 April 2004 17:29 Hello, I want to use (Windows-) COM port numbers greater than 16, but when I use open() to get a file descriptor for the devices I get the behaviour:

Re: 1.57 on Win2k or WinXP. Not more than 16 com ports. Differences between //./comX and /dev/comX

2004-04-19 Thread Larry Hall
At 12:29 PM 4/19/2004, you wrote: Hello, I want to use (Windows-) COM port numbers greater than 16, but when I use open() to get a file descriptor for the devices I get the behaviour: ---1.case- errno = 0; fd = open(/dev/com8, O_RDWR | O_NONBLOCK); - fd =