Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 827 Bytes

File metadata and controls

21 lines (14 loc) · 827 Bytes

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

write(self, command, enable_logging=None)

Definition

Writes a command to the Serial Port.

Parameters

command string
Command to write to 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).

Raises

IOError
On any error.

Examples

Examples In Action