spikesafe-python API Overview | SerialPortConnection | read_data(self, enable_logging=None)
Reads data from the Serial Port.
enable_logging bool optional
Whether to enable logging for this command (default is None, which uses the instance's enable_logging setting).
string
Data read from the Serial Port.
IOError
On any error.