Help for this page

Select Code to Download


  1. or download this
        # get the current attributes
        $ok = $self->{TERMIOS}->getattr($self->{FD});
    ...
            undef $self;
            return undef;
        }
    
  2. or download this
    {
      no warnings 'redefine';
    ...
    
    ...
        $PortObj = new Device::SerialPort($port, 1) or next;