in reply to Re^4: Win32::SerialPort - compilation failed in require
in thread Win32::SerialPort - compilation failed in require

I tried both of these and am still receiving the same problems.
  • Comment on Re^5: Win32::SerialPort - compilation failed in require

Replies are listed 'Best First'.
Re^6: Win32::SerialPort - compilation failed in require
by TGI (Parson) on May 08, 2007 at 19:24 UTC

    Are you sure?

    Try running this from a dos command prompt:

    perl -MWin32::SerialPort -e "print 'OK'"

    If this code prints 'OK' then Win32::SerialPort is installed on your system. Double check your sample script.

    If you get an error message, you may need to reinstall the serial port module. Post the error message.


    TGI says moo