Reading from a serial port How can I read data from a serial port under Perl + Linux? I tried to
use Device::SerialPort but constructor isn't working for me, and when
i tried to run it as a root there was a getattr error.
So are there any other methods to connect to serial port, set
databits, parity and so on and transfer data? |