in reply to can't open ttyS0 with Device::SerialPort

Is that error there from the make test or from your own code? It seems that make test tests against /dev/ttyS1 (not /dev/ttyS0).

Also, FWIW the version on CPAN is older (1.00) and I just tested that last week and it works for me.

Replies are listed 'Best First'.
Re^2: can't open ttyS0 with Device::SerialPort
by Bruce32903 (Scribe) on Apr 03, 2008 at 22:45 UTC
    The error is from my own code. So far I have not gone through the distributed test code and changed it to /dev/ttyS0.

    Thanks,
    Bruce