Device::Modem v1.48 released to CPAN
am 24.06.2007 10:37:53 von Cosimo StrepponeVersion 1.48 of Device::Modem perl extension has been released to CPAN,
and should be available at your local CPAN mirror soon.
Last changes
-------------
1.47 => 1.48 Sun Jun 24 09:30:16 CEST 2007
- atsend() method made more reliable with longer commands
(ex. longer sms messages).
Thanks to Ben Knight for his bug report and patch.
1.45 => 1.47 Thu Apr 20 22:16:17 CET 2006
- Sensible speedup in the command/response cycle.
Thanks to Ed Wildgoose for his contribution.
What it is?
------------
Device::Modem is a perl extension to talk to AT compliant devices via
serial ports. It should be enough platform independent as you need.
Prerequisites
-------------
+ working perl installation >= 5.005_03
+ Device::SerialPort >= 0.19 (Win32::SerialPort on Windows)
+ a modem or AT-compliant device if you want to use
it for some real work
Installation
------------
This module installs like all other good old perl modules:
$ perl Makefile.PL
$ make
$ make test
$ make install
Licensing terms
---------------
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
Additionally, this is BETA software, so use it at your own risk,
and without ANY warranty!
For any need of commercial support and/or licensing, please contact
me directly: Cosimo Streppone
Advertising :-)
---------------
Check out also Device::Gsm module from the same author
to work with GSM devices connected via serial port.
--
Cosimo