Qt creator 中的串口通信
Serial communication in Qt creator
我遇到了下面描述的错误,我该如何纠正这种错误,为什么会产生这个错误?
QIODEVICE::write:device not open
(在设备管理器中也看不到 com 端口)
这是某种系统错误吗?
如果您只使用 Qt,则使用 QSerialPort,否则您可以在 Windows 平台中使用 windows API createfile()、readfile()、writefile()。
您可以在以下位置获取其他信息:
http://support.microsoft.com/KB/115831
或 Whosebug 中的 post:
Open a COM port in C++ with number higher that 9
我遇到了下面描述的错误,我该如何纠正这种错误,为什么会产生这个错误?
QIODEVICE::write:device not open
(在设备管理器中也看不到 com 端口)
这是某种系统错误吗?
如果您只使用 Qt,则使用 QSerialPort,否则您可以在 Windows 平台中使用 windows API createfile()、readfile()、writefile()。 您可以在以下位置获取其他信息: http://support.microsoft.com/KB/115831 或 Whosebug 中的 post: Open a COM port in C++ with number higher that 9