Help for this page

Select Code to Download


  1. or download this
      my $ob = Device::SerialPort->new($PORT) || die;
    
  2. or download this
      my $ob = tie (*FH, 'Device::SerialPort', $PORT) || die;