SerialPort_open

Function SerialPort_open 

Source
pub unsafe extern "C" fn SerialPort_open(self_: SerialPort) -> bool
Expand description

Open the serial interface

ยงReturns

true in case of success, false otherwise (use SerialPort_getLastError for a detailed error code)