在没有串口的情况下模拟串口
我对串行端口/Windows 编程非常陌生...并且需要通过串行端口与微控制器设备进行通信。由于我有一些 Qt 的工作知识,我决定使用 Qt、QSerialDevice 等来编写 GUI 应用程序。
我有一台没有串行设备的笔记本电脑。 现在我不明白如何在串行端口上进行实验,即使我没有它们!(不要嘲笑我的无知) - 请向我提供一些关于如何测试串行端口的见解行为/测试我的程序。
I'm very new to serial port/windows programming... and need to communicate with a microcontroller device via serial ports. Since I've some working knowledge of Qt, I've decided to write the GUI application using Qt
, QSerialDevice
etc.
I've a laptop with no serial device. Now I don't understand how I'll be experimenting on serial ports even if I do not have them! (Don't laugh at my ignorance) - Please provide me some insight how I can test the behaviors/test my program.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Franson 制作一整套串口工具,包括环回端口。
如果您只需要环回,可以使用免费驱动程序:http://com0com.sourceforge.net/
如果您想与实际设备连接,则需要使用 USB 转串口转换器。它们只要 2 美元左右。
Franson makes a whole set of serial port tools, including loopback ports.
If you just need a loopback, there is a free driver available: http://com0com.sourceforge.net/
If you want to interface with an actual device, you'll need to pick up a USB-to-serial converter. They're only $2 or so.