The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Device-SerialPort-Xmodem version 1.03
=====================================

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. Full send and receive functionality is supported.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  Device::SerialPort

AUTHORS

Based on Device::Modem::Protocol::Xmodem, version 1.44, by Cosimo Streppone.
Ported to Device::SerialPort by Aaron Mitti.

COPYRIGHT AND LICENCE

Copyright (C) 2002-2004 Cosimo Streppone, cosimo@cpan.org
Copyright (C) 2005-2006 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.