Help for this page

Select Code to Download


  1. or download this
    # in Serial.pm
    our $port;
    ...
    print "Response num char; ".length($response)."\n";
    
    Serial::port->close();
    
  2. or download this
    # in Serial.pm
    use Exporter 'import';
    ...
    use Serial 'Serial_Init';
    
    Serial_Init();