Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Win32::SerialPort;
    ...
    $ob->save("conf.cfg");
    
    print "wrote configuration file conf.cfg\n";
    
  2. or download this
    use strict;
    use Win32::SerialPort 0.11;
    ...
    $ob->write("xyz");
    
    undef $ob;
    
  3. or download this
    void setup()
    {
    ...
        pinMode(13,HIGH);
      }
    }