in reply to problem with simple STDIN to UART script

You might be interested in my post Lower-Level Serial Port Access on *NIX where I showed several examples using IO::Termios, as well as this module that I wrote that uses IO::Select, which you can use for timeouts and non-blocking reads (not published on CPAN because I haven't done enough testing IMO, but it seems to work so far): SerialPort.pm

  • Comment on Re: problem with simple STDIN to UART script