haluong
08-06-2008, 07:17 AM
Dear all,
I have the error when I try to use Win32::SerialPort as follow:
"Can't call method "databits" on an undefined value"
My code as follow:
$win32SerialPort = Win32::SerialPort-> new ($portName);
# Initialize parameters
$win32SerialPort->databits(8);
Could you please help me?
Thanks
Ha
I have the error when I try to use Win32::SerialPort as follow:
"Can't call method "databits" on an undefined value"
My code as follow:
$win32SerialPort = Win32::SerialPort-> new ($portName);
# Initialize parameters
$win32SerialPort->databits(8);
Could you please help me?
Thanks
Ha