ucom
ucom copied to clipboard
A simple Serial-Port/TCP/UDP debugging tool.(简洁高效的串口、TCP/UDP网络调试助手)
Results
2
ucom issues
Sort by
recently updated
recently updated
newest added
示例代码 Arduino ``` C /* for test by Enzo */ void setup() { //Initialize serial and wait for port to open: Serial.begin(115200); while (!Serial) { ; // wait for serial...
建议支持更高的波特率,调试中经常用到高波特率但是不支持 建议增加modbus协议等解析