NAME
Device::SerialPort::Xmodem - Xmodem file transfer protocol for Device::SerialPort
SYNOPSIS
use Device::SerialPort::Xmodem;
DESCRIPTION
This is an Xmodem implementation designed to receive a file using 128 byte blocks. This module is intended to be passed an open and prepared port with active connection.
At this time it can only receive 128 byte blocks, however 1k blocks are in the works. I do plan to write a send functionality soon.
SEE ALSO
AUTHORS
Based on Device::Modem::Protocol::Xmodem, version 1.44, by Cosimo Streppone, <cosimo@cpan.org>. Ported to Device::SerialPort by Aaron Mitti, <mitti@cpan.org>.
COPYRIGHT AND LICENCE
Copyright (C) 2002-2004 Cosimo Streppone, <cosimo@cpan.org> Copyright (C) 2005 by Aaron Mitti, <mitti@cpan.org>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 476:
'=item' outside of any '=over'
- Around line 479:
You forgot a '=back' before '=head1'