Device-SerialPort-Xmodem version 1.01
=====================================
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.
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,
[email protected]
Copyright (C) 2005 by Aaron Mitti,
[email protected]
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.