:782.141KB : :1 :2022-10-15 13:21:24
串口网口调试工具如果开发者对于本文件有需要的可以参考。
.
├── UartDisplay
│ ├── Debug
│ │ ├── UartDisplay.res
│ │ └── UartDisplay.tlog
│ │ └── UartDisplay.lastbuildstate
│ ├── DialogNetCfg.cpp
│ ├── DialogNetCfg.h
│ ├── DialogUartCfg.cpp
│ ├── DialogUartCfg.h
│ ├── ExpandViewDlg.cpp
│ ├── ExpandViewDlg.h
│ ├── MyEdit.cpp
│ ├── MyEdit.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── SerialPort.cpp
│ ├── SerialPort.h
│ ├── TcpServer.cpp
│ ├── TcpServer.h
│ ├── UartDisplay.aps
│ ├── UartDisplay.cpp
│ ├── UartDisplay.h
│ ├── UartDisplay.rc
│ ├── UartDisplay.vcxproj
│ ├── UartDisplay.vcxproj.filters
│ ├── UartDisplay.vcxproj.user
│ ├── UartDisplayDlg.cpp
│ ├── UartDisplayDlg.h
│ ├── res
│ │ ├── UartDisplay.ico
│ │ └── UartDisplay.rc2
│ ├── stdafx.cpp
│ ├── stdafx.h
│ └── targetver.h
├── UartDisplay.sln
├── UartDisplay.v12.suo
├── clean.bat
└── 串口网口调试工具.rar
4 directories, 34 files
01-25学习串口调试工具
01-09zyjson合并添加数组对象的调试工具
01-09易语言串口调试助手
01-02串口枚举,串口测试
10-19c51 串口通讯
10-19stm32F串口通信
10-18串口发送试验(C语言单片机实例181)