Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    }
    Tkx::MainLoop();
    
  2. or download this
    $PORT = "COM1"; # port to watch
    $ob = Win32::SerialPort->new ($PORT) || die "Can't Open $PORT: $!";
    ...
    print "result = $result\n";
    
    undef $ob;