in reply to Win32::SerialPort finally fixed for 64 bit Perl

This fix did not work for me. I can write to the serial port I cannot view any feedback from devices connecting tot he serial port. I think it still is a bug in how microsoft changed the USB configurations in windows 10.
  • Comment on Re: Win32::SerialPort finally fixed for 64 bit Perl

Replies are listed 'Best First'.
Re^2: Win32::SerialPort finally fixed for 64 bit Perl
by dogfeet (Initiate) on Apr 18, 2018 at 16:53 UTC
    I have been able to communicate with a numato usb relay using the fix mentioned above on windows 10. It does appear that some of the status flags have changed.
      Hi, I confirm that the patch described by Christopher.Oicles brings the solution to use the Win32::SerialPort library for 64bit.