spikesafe-python API Overview | SerialPortConnection | write(self, command, enable_logging=None)
Writes a command to the Serial Port.
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).
IOError
On any error.