一个超级终端的数据 帮忙分析下

来源:百度知道 编辑:UC知道 时间:2024/06/16 20:26:56
这个数据是2个电话终端通过交换机连接的通话记录 电脑上是用超级终端显示出来的
数据如下:
020C F101
0200 F101
02D1 F101
02D0 F101
02D2 F101
0200 F102
0503 F101 F102 0000 0000
020C F102
0504 F101 F102 0000 0000
020D F101
020D F102
0206 F102
0201 F102
0206 F101
0201 F101

别人给了个相关格式:
This will send "busy station" + "connect" data on EDO 1:

Action:
EDO 1 "\00200 %1.dir(4,F)\r\n"
EDO 1 "\00200 %2.dir(4,F)\r\n"
EDO 1 "\00504 %1.dir(4,F) %2.dir(4,F) 0000 0000\r\n"

This will send "free" data:

Action:
EDO 1 "\00201 %1.dir(4,F)\r\n"
EDO 1 "\00201 %2.dir(4,F)\r\n"

If you want to send to three EDO ports you must set the first action string to:
EDO 1 "\00200 %1.dir(4,F)\r\n"
EDO 1 "\00200 %2.dir(4,F)&#

020C F101
0200 F101
02D1 F101
02D0 F101
02D2 F101
0200 F102
0503 F101 F102 0000 0000
020C F102
0504 F101 F102 0000 0000
020D F101
020D F102
0206 F102
0201 F102
0206 F101
0201 F101

别人给了个相关格式:
This will send "busy station" + "connect" data on EDO 1:

Action:
EDO 1 "\00200 %1.dir(4,F)\r\n"
EDO 1 "\00200 %2.dir(4,F)\r\n"
EDO 1 "\00504 %1.dir(4,F) %2.dir(4,F) 0000 0000\r\n"

This will send "free" data:

Action:
EDO 1 "\00201 %1.dir(4,F)\r\n"
EDO 1 "\00201 %2.dir(4,F)\r\n"

If you want to send to three EDO ports you must set the first action string to:
EDO 1 "\00200 %1.dir(4,F)\r\n"
EDO 1 "\00200 %2.dir(4,F)\r\n"
EDO