in reply to Re^5: Using Win32::SerialPort on Win7-64bit under 64-bit Strawberry Perl
in thread Using Win32::SerialPort on Win7-64bit under 64-bit Strawberry Perl
just confirming that with the 32-bit version of Strawberry Perl without USE_64_BIT_INT portable version the Win32:SerialPort works fine.
One issue I ran into was that the installer fails if you don't have a COM1 port on your system, but you can override this with
when building the Win32::SerialPort module. Regards, Hollie.perl Makefile.PL TESTPORT=COMx
|
---|