init ems server code

This commit is contained in:
2024-09-27 15:39:34 +08:00
parent 9d4009aaca
commit 9930e4e58f
1551 changed files with 110216 additions and 102864 deletions

View File

@@ -0,0 +1,32 @@
#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>
//A5 00 03 00 02 00
//
//10 send <Disable>
//A5 00 03 00 06 00
10 send <Enable>
A5 00 03 00 07 00
100 send <Establish>
A5 00 03 00 01 00
10 send <data>
05 00 03 FF 01 F0
1000 recv <data>
??
10 send <data>
05 00 03 FF 01 F1
1000 recv <data>
??
100 send <Release>
A5 00 03 00 02 00
50 send <Disable>
A5 00 03 00 06 00