|
Posted by Cosimo Streppone on August 18, 2004, 8:53 am
Please log in for more thread options
Version 1.34 of Device::Gsm perl extension has been released to CPAN,
and should be available at your local CPAN mirror in a day or two.
Changes
-------------
1.33 => 1.34
Wed Aug 18 09:10:48 CEST 2004
- fixed delete_sms() command syntax and results parsing.
Thanks to all users that reported problems.
- added an example script on how to delete sms messages.
What it is?
------------
Device::Gsm is perl extension to talk to your gsm mobile phone
via serial port, bluetooth, irda, ... and reads/writes sms messages,
reads battery level, signal, imei(serial) number, makes calls,
and everything is allowed by the GSM AT+C command set.
It works at least on Windows, Linux, Solaris and *BSD systems.
Prerequisites
-------------
+ working perl installation >= 5.005_03
+ Device::Modem (most recent version is fine)
+ Device::SerialPort (or Win32::SerialPort for Windows systems)
+ a gsm mobile phone, or oem device, compliant with AT+C GSM
command set (nearly every model is AT+C compliant)
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.
Use it at your own risk, and without ANY warranty!
For any need of commercial support and/or licensing, please contact
|
| Similar Threads | Posted | | Device::Gsm v1.43 released to CPAN | July 23, 2006, 11:54 am |
| Device::Modem v1.39 released to CPAN | August 18, 2004, 8:49 am |
| Device::Modem v1.48 released to CPAN | June 24, 2007, 4:37 am |
| MP4::Info 1.00 released to CPAN | August 22, 2004, 12:45 am |
| ANNOUNCE: CGI::ContactForm 1.30 released to CPAN | March 4, 2005, 2:41 am |
| device::serial | October 2, 2007, 1:46 pm |
| Loopback with Device::SerialPort? | March 18, 2005, 1:24 pm |
| problem with Device::SerialPort | November 30, 2005, 4:19 pm |
| registering name Device::Cdio | February 8, 2006, 6:30 pm |
| Problems with Device-SerialPort | May 4, 2006, 2:15 pm |
|