Help for this page

Select Code to Download


  1. or download this
    # instances (Device|Win32)::SerialPort object and initializes communic
    +ations
    sub connect {
    ...
        $me-> log -> write('info', 'Ok connected' );
        $me-> {'CONNECTED'} = 1;
    }
    
  2. or download this
    sub is_active {
    ...
    ...
        $self->log->write('info', 'modem reset result = '.$lOk);
        return $lOk;
    }