SYNOPSIS
use UMTS::Terminal; $term = UMTS::Terminal->new( 'port' => $port );
DESCRIPTION
The UMTS::Terminal class
The following methods are available:
- UMTS::Terminal->new( $options )
-
Constructs a new terminal instance.
- $term->flipDTR_RTS
-
Flip DTR and RTS to try to get hold of the terminal.
- $term->logLineStatus
-
Log the current line status of the terminal.
- $term->reset
-
Reset the terminal.
- $term->resetMatch
-
Reset the match strings to default.
- $term->send( $command )
-
Send a command to the terminal.
- $term->waitfor( [$response] )
-
Wait until we get a given response.
Copyright
umts-tools is copyright© 2004-2006 Jeremy Lainé. This software is distributed under the terms of the GNU General Public License (GPL).








