serial interface fun
Perl module Device::SerialPort is our friend.
As is Clipboard, IO::All, Spiffy
Trying to talk to a Sartorius precision balance. Speaks over Serial/USB cable.
Dang, there was supposed to be more here to serve as documentation. Now, months later, I have forgotten it all…
Here is at least the shell of the code:
#!/usr/bin/perl
use Data::Dumper;
use DBI;
use Device::SerialPort;
use Time::HiRes qw(usleep);
use CGI;
$query=new CGI;
print [...]

