Re: why cannot I see serial devices using ls

2010-09-23 Thread JonMcG
Larry Hall (Cygwin) wrote: > > On 9/22/2010 8:41 AM, JonMcG wrote: >> >> I have decided to port some code to cygwin from linux. It uses serial >> ports >> and under linux I can >> ls -l /dev/tty* >> If I do this under cygwin I get nothing. If I do >> ls -l /dev >> I only get a few device. Howe

Re: why cannot I see serial devices using ls

2010-09-22 Thread Larry Hall (Cygwin)
On 9/22/2010 8:41 AM, JonMcG wrote: I have decided to port some code to cygwin from linux. It uses serial ports and under linux I can ls -l /dev/tty* If I do this under cygwin I get nothing. If I do ls -l /dev I only get a few device. However if I do ls -l /dev/ttyS0 or ls -l /dev/com1 then I g