2 Star 4 Fork 5

Hstar/SerialAssist

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
serialport.h 565 Bytes
一键复制 编辑 原始数据 按行查看 历史
Hstar 提交于 2018-09-01 17:11 . 完成版
#ifndef SERIALPORT_H
#define SERIALPORT_H
#include <qt_windows.h>
#include <QString>
#include <QSettings>
class SerialPort
{
public:
SerialPort();
bool OpenPort();
QString getcomm(int index,QString keyorvalue); //读取键名
private:
///*获取串口号相关
QStringList m_listcomboName;
HKEY hKey;
LPCWSTR subkey;
wchar_t keyname[256]; //键名数组
char keyvalue[256]; //键值数组
DWORD keysize,type,valuesize;
int indexnum;
///*获取串口号相关
};
#endif // SERIALPORT_H
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/hstarlive/SerialAssist.git
[email protected]:hstarlive/SerialAssist.git
hstarlive
SerialAssist
SerialAssist
master

搜索帮助