I am trying to figure out how to get perl setup so I can monitor the serial port. I am using perl 5.6.1, have installed Win32::API 0.20, and Win32:SerialPort. I tried to run the code:
use Win32API::SerialPort; #simple enough?
However, i get an error saying that the dynamic link library PerlCRT.dll could not be found. I downloaded the dll file but then i got an error saying "perl.exe has generated errors and will be closed by windows"
Any help would be appreciated.
Thanks,
jw