in reply to Windows Serial Port Logging using Win32-SerialPort

You could use a select loop, or an event pacakge with a select loop at its heart (POE or something else compatible with AnyEvent, like a single Win32::GUI or other toolkit thread) without breaking out into processes or threads yourself.
  • Comment on Re: Windows Serial Port Logging using Win32-SerialPort

Replies are listed 'Best First'.
Re^2: Windows Serial Port Logging using Win32-SerialPort
by dinasour (Novice) on Apr 18, 2010 at 00:01 UTC
    Hi Thanks. This is all new to me I will go read on that but do you know of any example which tells me how to use this