in reply to Re: Win32::SerialPort - How do I detect if device is still connected?
in thread Win32::SerialPort - How do I detect if device is still connected?

Using (POSIX) signals on Windows is not really supported. Just like fork(), they work surprisingly well, but the point is that they are implemented at all, not how good they are implemented.

  • Comment on Re^2: Win32::SerialPort - How do I detect if device is still connected?
  • Download Code