serial_net_graph
1.0.0
Function:
1. Serial port communication, can display the waveform of serial port data;
2. Supports TCP and udp communication, and can also display data waveforms;
Description: Format of data protocol; (byte 1, 2) AAAA frame header; (byte 3) f1 frame identification; (byte 4) number of bytes in data part; (5-n byte) user data; (n+1 byte) checksum, checksum calculation range (first byte to n byte); For example: AA AA F1 14 00 4E 1F F0 00 4E 20 BE 00 00 00 00 00 00 00 00 00 00 00 60 00 00 00 00 00 E3 25
