Virtual Serial Device in Python?

后端 未结 6 1184
粉色の甜心
粉色の甜心 2020-12-12 14:58

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

6条回答
  •  失恋的感觉
    2020-12-12 15:33

    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.

提交回复
热议问题