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