On 3/01/21 12:30 am, Alan Bawden wrote: > So as long as the OP's commands are no longer than 512 bytes, and as > long as they are careful to send commands in a single call to write(), Also note that's one write() system call, which may or may not correspond to one Python write() call. -- Greg