摘要: #include <iostream> #include <windows.h> #include <thread> class SerialPort { public: //构造函数,打开串口并设置参数 SerialPort(const char* portName) { std::string 阅读全文
posted @ 2023-06-01 11:40 阿坦 阅读(61) 评论(0) 推荐(0)