Help for this page

Select Code to Download


  1. or download this
    my $count_out = $PortObj->write($sendData);
    warn "write incomplete\n" if $count_out != length($sendData);