Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cosimo/perl5-device-modem
Device::Modem CPAN module, interface to any AT-command-set based device
https://github.com/cosimo/perl5-device-modem
Last synced: 10 days ago
JSON representation
Device::Modem CPAN module, interface to any AT-command-set based device
- Host: GitHub
- URL: https://github.com/cosimo/perl5-device-modem
- Owner: cosimo
- Created: 2009-09-12T20:10:26.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2020-06-15T07:23:32.000Z (over 4 years ago)
- Last Synced: 2023-04-21T10:38:29.048Z (over 1 year ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/Device-Modem
- Size: 297 KB
- Stars: 9
- Watchers: 4
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
=======================================================================
Device::Modem - a Perl class to interface generic modems (AT-compliant)
Copyright (C) 2002-2020 Cosimo Streppone, [email protected]
=======================================================================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!
Prerequisites
-------------+ working perl installation >= 5.006
+ 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 workInstallation
------------This module installs like all other good old perl modules:
$ perl Makefile.PL
$ make
$ make test
$ make installLicensing terms
---------------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!Advertising :-)
---------------Check out also Device::Gsm module from the same author
to work with GSM devices connected via serial port.