in reply to Re: serial port hex only
in thread serial port hex only
$data=$port->input;
which brings the data in and 'unpack H4, $data' works to get it in hex format. problem is solved! (though I am not sure where I am picking up 'input', but as long as it works... Thanks everyone!
|
|---|