Re: missing files in /usr/include/sys

2005-04-29 Thread rwj
Christopher Faylor wrote: > On Fri, Apr 29, 2005 at 02:40:34PM -0700, rwj wrote: > >i think I've found part of my Serial and Modem device problem > apparently i > >am missing the following .h files in my /usr/include/sys directory. > > > >termiox.h &g

missing files in /usr/include/sys

2005-04-29 Thread rwj
i think I've found part of my Serial and Modem device problem apparently i am missing the following .h files in my /usr/include/sys directory. termiox.h ttycom.h modem.h how do i get these header files in and working correctly? i can't just copy and paste them from some other *nix distribut

ioctl not found

2005-04-29 Thread rwj
I hope this is not the wrong forum for this question, but I am not sure where to ask. I am trying to use perl on cygwin to control i/o devices, specifically Serial Ports and Modems. i had been using perl on windows just fine for both serial and modem, except that ZModem transfers are not supporte

Re: can't access Serial Ports

2005-04-28 Thread rwj
Hi Igor, thank you for the quick reply! Igor wrote: > /dev is currently a virtual directory in Cygwin. Try "ls -l /dev/ttyS1" > -- you should get a listing. ah hah. yep they're there. > Are you sure you're trying to open the right serial port? /dev/ttyS1 > corresponds to COM2 in Windows. I

can't access Serial Ports

2005-04-28 Thread rwj
Hi, I just recently installed cygwin on my WinXP box here at work. I am trying to migrate my Perl scripts over to the cygwin environment. But now I can not access my Serial Ports thru cygwin. for instance, when I tried installing a serial port device module for perl, the make file died with th