I know that I can use e.g. pySerial to talk to serial devices, but what if I don\'t have a device right now but still need to write a client for it? How can I write a \"virt
It may be easier to using something like com0com (if you're on Windows) to set up a virtual serial port, and develop on that.