Help for this page

Select Code to Download


  1. or download this
    use Win32::SerialPort;
    use strict;
    ...
    print "DONE\n";
    undef $PortObj;
    exit;
    
  2. or download this
    #!perl
    $port="COM9";
    ...
        print "Receive: $received\n";
        }
    exit;