Device::Modem v1.36 released to CPAN

From: Cosimo Streppone (cosimo_at_cpan.org)
Date: 02/22/04

  • Next message: Dave Sisk: "Re: DBI:oracle looks for perl56.dll in perl version 5.8"
    Date: Sun, 22 Feb 2004 17:36:00 GMT
    
    

    Version 1.36 of Device::Modem perl extension has been released to CPAN,
    and should be available at your local CPAN mirror in a day or two.

    Changes
    -------------
    1.36
    1.35
    1.34 Sun Feb 22 18:12:54 CET 2004
        - fixed CPAN bug #5131 (https://rt.cpan.org/Ticket/Display.html?id=5131)
        - closed CPAN bug #5134 (https://rt.cpan.org/Ticket/Display.html?id=5134)
        - dial() now should return correctly after a successful connect,
          without unnecessarily waiting for timeout
        - updated changes file missing in 1.35

    1.33
    1.32
    1.31 Fri Jan 23 01:14:01 CET 2004
        - Improved reliability in answer() method (sempre lui!),
              that was more unstable due to recent changes.
            - Documented _answer() internal function to get the raw modem response
              instead of response string stripped of all cr/lf chars.

    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 <cosimo@cpan.org>

    Advertising :-)
    ---------------

    Check out also Device::Gsm module from the same author
    to work with GSM devices connected via serial port.


  • Next message: Dave Sisk: "Re: DBI:oracle looks for perl56.dll in perl version 5.8"

    Relevant Pages

    • Device::Modem v1.30 released to CPAN
      ... Version 1.30 of Device::Modem perl extension has been released to CPAN, ... and should be available at your local CPAN mirror in a day or two. ... Installation ...
      (comp.lang.perl.modules)
    • Device::Modem v1.39 released to CPAN
      ... Version 1.39 of Device::Modem perl extension has been released to CPAN, ... and should be available at your local CPAN mirror in a day or two. ... Installation ...
      (comp.lang.perl.modules)
    • Device::Gsm v1.34 released to CPAN
      ... 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. ... Device::Gsm is perl extension to talk to your gsm mobile phone ...
      (comp.lang.perl.modules)
    • Device::Gsm v1.33 released to CPAN
      ... Version 1.33 of Device::Gsm perl extension has been released to CPAN, ... and should be available at your local CPAN mirror in a day or two. ... Device::Gsm is perl extension to talk to your gsm mobile phone ...
      (comp.lang.perl.modules)
    • Perl extensions: Arrays not coming through
      ... I got into Perl yesterday for using a Perl extension for PVM, ... The array is an array of hashes, ... char *pattern, int *nclasses, ...
      (perl.beginners)