Re: Using Perl to access serial ports

2005-05-31 Thread Jason Pearce
Igor Pechtchanski wrote: Just FYI: /dev/ttyS* devices are numbered from 0, so /dev/com1 corresponds to /dev/ttyS0... Also, if you have a sequence of shell commands that should work but don't (e.g., stty followed by echo followed by read/cat), could you please post them, along with an equivalent

Re: Using Perl to access serial ports

2005-05-31 Thread Igor Pechtchanski
On Tue, 31 May 2005, Jason Pearce wrote: > ps. I was never able to get the /dev/com1 or /dev/ttyS1 devices working. > I expected that I would be able to echo commands into /dev/com1 and cat > replies from it. Just FYI: /dev/ttyS* devices are numbered from 0, so /dev/com1 corresponds to /dev/ttyS0

Re: Using Perl to access serial ports

2005-05-31 Thread Jason Pearce
This is just a bit of an update. I have got Win32::SerialPort working, at least a limited capacity. After taking a look at the source for it, I discovered that this module is actually just straight Perl, and it relies on Win32::API. I have already been using /Reini's cut down version of this f

Re: Using Perl to access serial ports

2005-05-25 Thread Reini Urban
Jason Pearce schrieb: There was some recent discussion about serial ports and Perl. http://sourceware.org/ml/cygwin/2005-05/msg00013.html But I did not see any resolution. Did anyone end up porting either Win32::SerialPort or Win32API::CommPort as Reini suggested? I need to talk to a therm

Re: Using Perl to access serial ports

2005-05-21 Thread Jason Pearce
On May 20 19:25, Jason Pearce wrote: There was some recent discussion about serial ports and Perl. http://sourceware.org/ml/cygwin/2005-05/msg00013.html But I did not see any resolution. Did anyone end up porting either Win32::SerialPort or Win32API::CommPort as Reini suggested? I nee

RE: Using Perl to access serial ports

2005-05-20 Thread David Christensen
Jason Pearce wrote: > ... serial ports and Perl. ... It's been a while, but I was only able to get Win32::SerialPort working under ActiveState Perl. The same goes for Tk. David -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems

Re: Using Perl to access serial ports

2005-05-20 Thread Corinna Vinschen
On May 20 19:25, Jason Pearce wrote: > There was some recent discussion about serial ports and Perl. >http://sourceware.org/ml/cygwin/2005-05/msg00013.html > > But I did not see any resolution. > Did anyone end up porting either Win32::SerialPort or Win32API::CommPort > as Reini suggested? >