Hi all,
I am relative perl newby, and am trying to use perl to program a PSU through a serial port.
I can't get any communication (either transmitting or recieving to the serial port):
Simple code (should work?):
#!perl
use Win32::SerialPort;
use vars qw($portob);
$portob = new...