Proper serial routines ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Andrew Rich

    Proper serial routines ?

    Is there a better way than opening the serial port like this ?

    open (TNC, "/dev/ttyS0");

  • Al Tobey

    #2
    Re: Proper serial routines ?

    On Sat, 04 Oct 2003 10:43:07 +1000, Andrew Rich wrote:
    [color=blue]
    > Is there a better way than opening the serial port like this ?
    >
    > open (TNC, "/dev/ttyS0");[/color]

    Look at Device::SerialP ort on CPAN.

    Comment

    Working...