
GSM::SMS::Support::SerialPort - A proxy for platform specific serial conenction

use GSM::SMS::Support::SerialPort; my $po = GSM::SMS::Support::SerialPort->new( $port ); $po->baudrate( 9600 ); ...

Actually, this is a kind of a serial port factory - for the moment - as both Win32::SerialPort and Device::SerialPort have almost the same interface.



Johan Van den Brande <johan@vandenbrande.com>