NAME Device::SerialPort - Linux/POSIX emulation of Win32::SerialPort functions. SYNOPSIS use Device::SerialPort qw( :PARAM :STAT 0.07 ); Constructors # $lockfile is optional $PortObj = new Device::SerialPort ($PortName, $quiet, $lockfile) || die "Can't open $PortName: $!\n"; $PortObj = start Device::SerialPort ($Configuration_File_Name) || die "Can't start $Configuration_File_Name: $!\n"; $PortObj