- or download this
#/usr/bin/perl
use Device::SerialPort;
...
$port->lookclear; # needed to prevent blocking
sleep (1);
}
- or download this
$port->write("26Jul1998 16:00 P000 0080 CALL , unit 0\r\n");
- or download this
#/usr/bin/perl
...
$port->write(" P000 0070 CALL ");
$sleep(1);
$port->write(" , unit 0\r\n");