Device::Modem 1.47

Device::Modem 1.47

Sponsored Links

Device::Modem 1.47 Ranking & Summary

Ranking Click at the star to rankRanking level:
User Review: 0 (0 times) Download now
File size: 0.046 MB Platform: Any Platform License: Perl Artistic License Price: Downloads: 5815 Date added: 2007-04-17 Publisher: Cosimo Streppone Publisher URL: http://search.cpan.org/~m

Device::Modem 1.47 description

Device::Modem is a Perl extension created to talk to modem devices connected via serial port.

WARNING

This is BETA software, so use it at your own risk, and without ANY warranty! Have fun.

SYNOPSIS

use Device::Modem;

my $modem = new Device::Modem( port => /dev/ttyS1 );

if( $modem->connect( baudrate => 9600 ) ) {
print "connected!n";
} else {
print "sorry, no connection with serial port!n";
}

$modem->attention(); # send `attention sequence (+++)

($ok, $answer) = $modem->dial(02270469012); # dial phone number
$ok = $modem->dial(3); # 1-digit parameter = dial number stored in memory 3

$modem->echo(1); # enable local echo (0 to disable)

$modem->offhook(); # Take off hook (ready to dial)
$modem->hangup(); # returns modem answer

$modem->is_active(); # Tests whether modem device is active or not
# So far it works for modem OFF/ modem ON condition

$modem->reset(); # hangup + attention + restore setting 0 (Z0)

$modem->restore_factory_settings(); # Handle with care!
$modem->restore_factory_settings(1); # Same with preset profile 1 (can be 0 or 1)

$modem->send_init_string(); # Send initialization string
# Now this is fixed to AT H0 Z S7=45 S0=0 Q0 V1 E0 &C0 X4

# Get/Set value of S1 register
my $S1 = $modem->S_register(1);
my $S1 = $modem->S_register(1, 55); # Dont do that if you definitely dont know!

# Get status of managed signals (CTS, DSR, RLSD, RING)
my %signal = $modem->status();
if( $signal{DSR} ) { print "Data Set Ready signal active!n"; }

# Stores this number in modem memory number 3
$modem->store_number(3, 01005552817);

$modem->repeat(); # Repeat last command

$modem->verbose(1); # Normal text responses (0=numeric codes)

# Some raw AT commands
$modem->atsend( ATH0 );
print $modem->answer();

$modem->atsend( ATDT01234567 . Device::Modem::CR );
print $modem->answer();

Device::Modem class implements basic AT (Hayes) compliant device abstraction. It can be inherited by sub classes (as Device::Gsm), which are based on serial connections.

Download now

Device::Modem 1.47 Screenshot

Sponsored Links
Download Device::Modem 1.47

Device::Modem 1.47 Keywords

Bookmark Device::Modem 1.47

Hyperlink code:
Hyperlink and Intro code:

Device::Modem 1.47 Copyright

WareSeeker periodically updates pricing and software information of Device::Modem 1.47 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Device::Modem 1.47 Edition. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Device::Modem 1.47 Related Software


Device::USB::FAQ Perl module contains Frequently Asked Questions for Device::USB.

Modem::Vgetty is a Perl interface to vgetty(8).

Device::Gsm is a Perl extension to interface GSM phones / modems.

Device::TNC is a Perl module that acts like a generic interface to a TNC.

Device::Cdio::Device is a class for disc and device aspects of Cdio.

Modem.pl is a small script that scrapes the web interface of a Motorola SURFboard cable modem for various status conditions

Cable Modem Counter is a cable modem (or any Ethernet connection) IP byte logger.

This is a applet for the KDE-panel kicker, that watches a modem and allows to connect and disconnect the modem.

Device Control Device is a platform independent remote telescope and device control program.

Phone for voice modem is only a simple wrapper for the chat program, which allows you to call some numbers.
Device::Modem 1.47 Review:
Author name* :  
Author Email* :  
Comment* :  
Security code* :  
     
   
My Software
You have not saved any software. Click "Save" next to each software to save it to your software basket
Related Information
Sponsored Links
TOP POPULAR DOWNLOAD