Code Comments
Programming Forum and web based access to our favorite programming groups.Hi, I'm a newb with Perl. I'm using the Win32API::CommPort module and seem to have most of what I need working. One issue I'm hitting a wall on is how to read everything in the serial in buffer. The data I'm trying to read doesn't have newline/linefeed (I can read that type of input). I've read through all the docs/examples I could find and I can't seem to find anything like this. Sorry if I'm not describing this correctly. TIA
Post Follow-up to this messageFigured it out. my $DataRed = $DevicePort->read(255); does what I need.
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.