Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 812 Bytes

File metadata and controls

22 lines (15 loc) · 812 Bytes

spikesafe-python API Overview | SerialPortConnection | read_data(self, enable_logging=None)

read_data(self, enable_logging=None)

Definition

Reads data from the Serial Port.

Parameters

enable_logging bool optional
Whether to enable logging for this command (default is None, which uses the instance's enable_logging setting).

Returns

string
Data read from the Serial Port.

Raises

IOError
On any error.

Examples

Examples In Action