NAME
GPS::NMEA - Perl interface to GPS equipment using the NMEA Protocol
SYNOPSIS
use GPS::NMEA;
$gps = new GPS::NMEA( 'Port' => '/dev/ttyS0',
'Baud' => 9600,
);
DESCRIPTION
GPS::NMEA allows the connection and use of of a GPS receiver in perl scripts.
GETTING STARTED
KNOWN LIMITATIONS
BUGS
AUTHOR
Joao Pedro B Gonçalves , joaop@iscsp.utl.pt
SEE ALSO
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 148:
You forgot a '=back' before '=head1'
- Around line 160:
Non-ASCII character seen before =encoding in 'Gonçalves'. Assuming CP1252