pub use __cmd__available_ports;
pub use __cmd__available_ports_direct;
pub use __cmd__cancel_read;
pub use __cmd__close;
pub use __cmd__close_all;
pub use __cmd__force_close;
pub use __cmd__open;
pub use __cmd__start_listening;
pub use __cmd__stop_listening;
pub use __cmd__read;
pub use __cmd__write;
pub use __cmd__write_binary;
pub use __cmd__set_baud_rate;
pub use __cmd__set_data_bits;
pub use __cmd__set_flow_control;
pub use __cmd__set_parity;
pub use __cmd__set_stop_bits;
pub use __cmd__set_timeout;
pub use __cmd__write_request_to_send;
pub use __cmd__write_data_terminal_ready;
pub use __cmd__read_clear_to_send;
pub use __cmd__read_data_set_ready;
pub use __cmd__read_ring_indicator;
pub use __cmd__read_carrier_detect;
pub use __cmd__bytes_to_read;
pub use __cmd__bytes_to_write;
pub use __cmd__clear_buffer;
pub use __cmd__set_break;
pub use __cmd__clear_break;
Get serial port list
Get serial port list using platform-specific commands
Get the number of bytes available to read
Get the number of bytes waiting to be written
Cancel reading data from the serial port
Stop break signal transmission
Clear input/output buffers
Close the specified serial port
Close all open serial ports
Force close a serial port
Read data from the serial port
Read the CD (Carrier Detect) control signal state
Read the CTS (Clear To Send) control signal state
Read the DSR (Data Set Ready) control signal state
Read the RI (Ring Indicator) control signal state
Set the baud rate
Start break signal transmission
Set the data bits
Set the flow control
Set the parity
Set the stop bits
Set the timeout
Read data from the serial port
Write data to the serial port
Write binary data to the serial port
Set the DTR (Data Terminal Ready) control signal
Set the RTS (Request To Send) control signal