The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

  use GSM::SMS::Support::SerialPort;

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

DESCRIPTION

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.

METHODS

new - Return a SerialPort object

PRIVATE METHODS

_create_serial_win32 - Create a Win32::SerialPort object
_create_serial_unix - Create a Device::SerialPort object

AUTHOR

Johan Van den Brande <johan@vandenbrande.com>

1 POD Error

The following errors were encountered while parsing the POD:

Around line 109:

'=end' without a target?