A few debugging ideas:
$PortObj->error_msg(1); $PortObj->user_msg(1);
my $count_out = $PortObj->write($output_string); warn "write failed\n" unless $count_out); warn "write incomplete\n" if $count_out != length($output_string);
In reply to Re: can't write-Win32::SerialPort
by Anonymous Monk
in thread can't write-Win32::SerialPort
by franko
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |