Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,我正在做一个项目,它使用 PIC18F4520 微控制器将数据发送到我的 Windows 机器。在 Windows 中,我正在使用 tkinter 开发一个 python GUI,它将在通过串行端口读取数据后显示数据。微控制器将使用串行到 USB 转换器连接到 PC。
问题是我没有物理上可用的硬件来测试它,所以我做了一个 Proteus 模拟。现在我想模拟虚拟端口,以便使用 pyserial 连接到它并接收数据,我该如何实现... 谢谢
您可以使用虚拟串行端口。使用此软件,您需要创建一个虚拟端口并将其连接到 Proteus。