Help for this page

Select Code to Download


  1. or download this
    $mw->repeat(1000,sub{
                print "@values"."\n";           
                 });
    
  2. or download this
    share @values;
    share $opened_port;
    
  3. or download this
    sub opening_port
    {
    require Win32::SerialPort;
    ...
    }    
    }
    }