in reply to Re^2: Open serial port without Device::SerialPort
in thread Open serial port without Device::SerialPort
You can check if the write succeeded by testing the return value of print. e.g. die $! unless print DEV $packeddata;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Open serial port without Device::SerialPort
by ThomasBrouwer (Initiate) on Aug 08, 2011 at 08:43 UTC | |
by Anonymous Monk on Aug 09, 2011 at 06:27 UTC |