kehuadong

2024年8月5日

十万个为什么 [网络] 查看局域网的各个主机ip

摘要: arp -a 阅读全文

posted @ 2024-08-05 19:21 kehuadong 阅读(4) 评论(0) 推荐(0) 编辑

十万个为什么 [串口] Windows 串口读写

摘要: #include <Windows.h> #include <stdint.h> #include <stdio.h> // class serial_t { public: ~serial_t() { close(); } bool is_open() { return m_handle != I 阅读全文

posted @ 2024-08-05 18:35 kehuadong 阅读(7) 评论(0) 推荐(0) 编辑

十万个为什么 [Windows] 获取串口号

摘要: #include <Windows.h> #include <SetupAPI.h> // -lsetupapi #include <devguid.h> // -luuid #include <stdint.h> #include <stdio.h> #include <map> #include 阅读全文

posted @ 2024-08-05 16:58 kehuadong 阅读(4) 评论(0) 推荐(0) 编辑

导航