2G ems initial

This commit is contained in:
2024-03-13 09:30:40 +08:00
commit eed6460ad2
1234 changed files with 419571 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
#include "headfile.txt"
test 1 udp<UDP>
UDP.Set remote_port=MSG_PORT
UDP.Set local_port=MSG_PORT
UDP.Set remote_ip=MSC_IP
0 send <Release>
A6 02 03 00 02 00
10 send <Disable>
A6 02 03 00 06 00
10 send <Enable>
A6 02 03 00 07 00
100 send <Establish>
A6 02 03 00 01 00
10 send <data>
06 02 03 FF 01 F0
1000 recv <data>
??
10 send <data>
06 02 03 FF 01 F1
1000 recv <data>
??
100 send <Release>
A6 02 03 00 02 00
50 send <Disable>
A6 02 03 00 06 00