This is a perl extension to talk to AT compliant devices via serial port. It should be enough platform independent as you need.
For more details, look at the "docs/" folder where you will find a minimal FAQ ("docs/FAQ.pod"), and the full documentation for this extension ("docs/Modem.pod").
Please contact me for any problems you may encounter using this beast.
Have fun!
+ working perl installation >= 5.005_03 + Device::SerialPort >= 0.19 (Win32::SerialPort in on Windows platform) + a modem or AT-compliant device if you want to use it for some real work
This module installs like all other good old perl modules:
$ perl Makefile.PL
$ make
$ make test
$ make install
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. Use this software at your own risk without ANY warranty!
Check out also Device::Gsm module from the same author to work with GSM devices connected via serial port.