34 lines
455 B
Plaintext
34 lines
455 B
Plaintext
#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
|