pylabrobot.machines.backends.usb.USBBackend.write# USBBackend.write(data: str, timeout: int | None = None)# Write data to the device. Parameters: data (str) – The data to write. timeout (int | None) – The timeout for writing to the device in seconds. If None, use the default timeout (specified by the write_timeout attribute).