View Single Post
  #1 (permalink)  
Old 03-10-2007, 12:01 PM
michal.golunski@gmail.com
 
Posts: n/a
Default 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?

Reply With Quote