原创 CortexMo菜鸟逆向学习ISP(第4天作业)

2010-7-27 21:35 2693 6 6 分类: MCU/ 嵌入式

ca9ca524-7029-49cd-b492-4de3bc4eb449.gif



在逆向中学习:

0        10:00:59        FlashMagic.exe        IRP_MJ_CREATE        MosChipSerial1        SUCCESS        Options: Open //打开串口       
1        10:00:59        FlashMagic.exe        IOCTL_SERIAL_GET_PROPERTIES        MosChipSerial1        SUCCESS               
2        10:00:59        FlashMagic.exe        IOCTL_SERIAL_GET_BAUD_RATE        MosChipSerial1        SUCCESS               
3        10:00:59        FlashMagic.exe        IOCTL_SERIAL_GET_LINE_CONTROL        MosChipSerial1        SUCCESS               
4        10:00:59        FlashMagic.exe        IOCTL_SERIAL_GET_CHARS        MosChipSerial1        SUCCESS               
5        10:00:59        FlashMagic.exe        IOCTL_SERIAL_GET_HANDFLOW        MosChipSerial1        SUCCESS               
6        10:00:59        FlashMagic.exe        IOCTL_SERIAL_GET_BAUD_RATE        MosChipSerial1        SUCCESS               
7        10:00:59        FlashMagic.exe        IOCTL_SERIAL_GET_LINE_CONTROL        MosChipSerial1        SUCCESS               
8        10:00:59        FlashMagic.exe        IOCTL_SERIAL_GET_CHARS        MosChipSerial1        SUCCESS               
9        10:00:59        FlashMagic.exe        IOCTL_SERIAL_GET_HANDFLOW        MosChipSerial1        SUCCESS               
10        10:00:59        FlashMagic.exe        IOCTL_SERIAL_SET_BAUD_RATE        MosChipSerial1        SUCCESS        Rate: 115200 //设置波特率为115200BPS
11        10:00:59        FlashMagic.exe        IOCTL_SERIAL_CLR_RTS        MosChipSerial1        SUCCESS        //ISP=1 Cortext-M0运行状态               
12        10:00:59        FlashMagic.exe        IOCTL_SERIAL_CLR_DTR        MosChipSerial1        SUCCESS        //RST=1 Cortext-M0工作               
13        10:00:59        FlashMagic.exe        IOCTL_SERIAL_SET_LINE_CONTROL        MosChipSerial1        SUCCESS        StopBits: 1 Parity: NONE WordLength: 8 //8位数据无校验1位停止位       
14        10:00:59        FlashMagic.exe        IOCTL_SERIAL_SET_CHAR        MosChipSerial1        SUCCESS        EOF:0 ERR:0 BRK:0 EVT:0 XON:11 XOFF:13       
15        10:00:59        FlashMagic.exe        IOCTL_SERIAL_SET_HANDFLOW        MosChipSerial1        SUCCESS        Shake:0 Replace:0 XonLimit:2048 XoffLimit:512       
16        10:00:59        FlashMagic.exe        IOCTL_SERIAL_SET_QUEUE_SIZE        MosChipSerial1        SUCCESS        InSize: 16384 OutSize: 16384       
17        10:00:59        FlashMagic.exe        IOCTL_SERIAL_SET_TIMEOUTS        MosChipSerial1        SUCCESS        RI:0 RM:0 RC:4000 WM:0 WC:4000       
18        10:00:59        FlashMagic.exe        IOCTL_SERIAL_CLR_RTS        MosChipSerial1        SUCCESS        //ISP=1 Cortext-M0运行状态               
19        10:00:59        FlashMagic.exe        IOCTL_SERIAL_CLR_DTR        MosChipSerial1        SUCCESS        //RST=1 Cortext-M0工作                       
20        10:00:59        FlashMagic.exe        IOCTL_SERIAL_CLR_DTR        MosChipSerial1        SUCCESS               
21        10:00:59        FlashMagic.exe        IOCTL_SERIAL_CLR_RTS        MosChipSerial1        SUCCESS               
22        10:00:59        FlashMagic.exe        IOCTL_SERIAL_SET_DTR        MosChipSerial1        SUCCESS        //RST=0 Cortext-M0复位(信号跳变)               
23        10:00:59        FlashMagic.exe        IOCTL_SERIAL_CLR_RTS        MosChipSerial1        SUCCESS               
24        10:00:59        FlashMagic.exe        IOCTL_SERIAL_SET_RTS        MosChipSerial1        SUCCESS //ISP=0 Cortext-M0下载状态(信号跳变)               
25        10:00:59        FlashMagic.exe        IOCTL_SERIAL_SET_DTR        MosChipSerial1        SUCCESS               
26        10:00:59        FlashMagic.exe        IOCTL_SERIAL_CLR_DTR        MosChipSerial1        SUCCESS        //RST=1 Cortext-M0工作(信号跳变)               
27        10:00:59        FlashMagic.exe        IOCTL_SERIAL_SET_RTS        MosChipSerial1        SUCCESS        //进入ISP时,ISP=0, RST=1
28        10:00:59        FlashMagic.exe        IOCTL_SERIAL_PURGE        MosChipSerial1        SUCCESS        Purge: RXCLEAR       
29        10:00:59        FlashMagic.exe        IOCTL_SERIAL_PURGE        MosChipSerial1        SUCCESS        Purge: TXCLEAR        
30        10:00:59        FlashMagic.exe        IOCTL_SERIAL_SET_TIMEOUTS        MosChipSerial1        SUCCESS        RI:0 RM:0 RC:1000 WM:0 WC:4000       
31        10:00:59        FlashMagic.exe        IRP_MJ_WRITE        MosChipSerial1        SUCCESS        Length 1: 3F //发送联机同步命令(1:6:2)        
32        10:00:59        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 53        //应答联机同步命令字符串Synchronized       
33        10:00:59        FlashMagic.exe        IOCTL_SERIAL_SET_TIMEOUTS        MosChipSerial1        SUCCESS        RI:0 RM:0 RC:4000 WM:0 WC:4000       
34        10:00:59        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 79        
35        10:00:59        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 6E        
36        10:00:59        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 63        
37        10:00:59        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 68        
38        10:00:59        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 72        
39        10:00:59        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 6F        
40        10:00:59        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 6E        
41        10:00:59        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 69        
42        10:00:59        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 7A        
43        10:00:59        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 65        
44        10:00:59        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 64        
45        10:00:59        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 0D        
46        10:00:59        FlashMagic.exe        IOCTL_SERIAL_SET_TIMEOUTS        MosChipSerial1        SUCCESS        RI:0 RM:0 RC:50 WM:0 WC:4000       
47        10:00:59        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 0A        
48        10:00:59        FlashMagic.exe        IOCTL_SERIAL_SET_TIMEOUTS        MosChipSerial1        SUCCESS        RI:0 RM:0 RC:4000 WM:0 WC:4000       
49        10:00:59        FlashMagic.exe        IRP_MJ_WRITE        MosChipSerial1        SUCCESS        Length 13: 53 79 6E 63 68 72 6F 6E 69 7A 65 64 0D //发送波特率只适应字符串Synchronized        
50        10:00:59        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 53 //应答波特率只适应字符串        
51        10:00:59        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 79        
52        10:00:59        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 6E        
53        10:00:59        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 63        
54        10:00:59        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 68        
55        10:00:59        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 72        
56        10:00:59        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 6F        
57        10:00:59        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 6E        
58        10:00:59        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 69        
59        10:00:59        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 7A        
60        10:00:59        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 65        
61        10:00:59        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 64        
62        10:00:59        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 0D        
63        10:00:59        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 4F //波特率自适应成功OK。比特率以绑定        
64        10:00:59        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 4B        
65        10:00:59        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 0D        
66        10:00:59        FlashMagic.exe        IOCTL_SERIAL_SET_TIMEOUTS        MosChipSerial1        SUCCESS        RI:0 RM:0 RC:50 WM:0 WC:4000       
67        10:00:59        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 0A        
68        10:00:59        FlashMagic.exe        IOCTL_SERIAL_SET_TIMEOUTS        MosChipSerial1        SUCCESS        RI:0 RM:0 RC:4000 WM:0 WC:4000       
69        10:00:59        FlashMagic.exe        IRP_MJ_WRITE        MosChipSerial1        SUCCESS        Length 6: 31 32 30 30 30 0D //发送主频12000KHz(12.000MHz)       
70        10:00:59        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 6: 31 32 30 30 30 0D //应答主频12000KHz(12.000MHz)        
71        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 4F 成功返回OK       
72        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 4B        
73        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 0D        
74        10:01:00        FlashMagic.exe        IOCTL_SERIAL_SET_TIMEOUTS        MosChipSerial1        SUCCESS        RI:0 RM:0 RC:50 WM:0 WC:4000       
75        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 0A        
76        10:01:00        FlashMagic.exe        IOCTL_SERIAL_SET_TIMEOUTS        MosChipSerial1        SUCCESS        RI:0 RM:0 RC:4000 WM:0 WC:4000       
77        10:01:00        FlashMagic.exe        IRP_MJ_WRITE        MosChipSerial1        SUCCESS        Length 2: 4A 0D //发送读器件ID命令       
78        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 4A //应答读器件ID命令       
79        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 0D        
80        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 30 //成功返回CMD_SUCCESS       
81        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 0D        
82        10:01:00        FlashMagic.exe        IOCTL_SERIAL_SET_TIMEOUTS        MosChipSerial1        SUCCESS        RI:0 RM:0 RC:50 WM:0 WC:4000       
83        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 0A        
84        10:01:00        FlashMagic.exe        IOCTL_SERIAL_SET_TIMEOUTS        MosChipSerial1        SUCCESS        RI:0 RM:0 RC:4000 WM:0 WC:4000       
85        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 37 //Device ID = 71569451(0x0444102B)LPC1114/301       
86        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 31        
87        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 35        
88        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 36        
89        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 39        
90        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 34        
91        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 35        
92        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 31        
93        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 0D        
94        10:01:00        FlashMagic.exe        IOCTL_SERIAL_SET_TIMEOUTS        MosChipSerial1        SUCCESS        RI:0 RM:0 RC:50 WM:0 WC:4000       
95        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 0A        
96        10:01:00        FlashMagic.exe        IOCTL_SERIAL_SET_TIMEOUTS        MosChipSerial1        SUCCESS        RI:0 RM:0 RC:4000 WM:0 WC:4000       
97        10:01:00        FlashMagic.exe        IRP_MJ_WRITE        MosChipSerial1        SUCCESS        Length 2: 4B 0D.//发送读BootLoad代码版本命令
98        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 4B.//应答读BootLoad代码版本命令        
99        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 0D        
100        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 30 //成功返回CMD_SUCCESS
101        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 0D        
102        10:01:00        FlashMagic.exe        IOCTL_SERIAL_SET_TIMEOUTS        MosChipSerial1        SUCCESS        RI:0 RM:0 RC:50 WM:0 WC:4000       
103        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 0A        
104        10:01:00        FlashMagic.exe        IOCTL_SERIAL_SET_TIMEOUTS        MosChipSerial1        SUCCESS        RI:0 RM:0 RC:4000 WM:0 WC:4000       
105        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 30 //BootLoad 次版本号0
106        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 0D        
107        10:01:00        FlashMagic.exe        IOCTL_SERIAL_SET_TIMEOUTS        MosChipSerial1        SUCCESS        RI:0 RM:0 RC:50 WM:0 WC:4000       
108        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 0A        
109        10:01:00        FlashMagic.exe        IOCTL_SERIAL_SET_TIMEOUTS        MosChipSerial1        SUCCESS        RI:0 RM:0 RC:4000 WM:0 WC:4000       
110        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 37 //BootLoad 主版本号7        
111        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 0D        
112        10:01:00        FlashMagic.exe        IOCTL_SERIAL_SET_TIMEOUTS        MosChipSerial1        SUCCESS        RI:0 RM:0 RC:50 WM:0 WC:4000       
113        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 0A        
114        10:01:00        FlashMagic.exe        IOCTL_SERIAL_SET_TIMEOUTS        MosChipSerial1        SUCCESS        RI:0 RM:0 RC:4000 WM:0 WC:4000       
115        10:01:00        FlashMagic.exe        IRP_MJ_WRITE        MosChipSerial1        SUCCESS        Length 2: 4E 0D //发送读UID命令       
116        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 4E //应答读UID命令(UID = 06061826 534E1112 4B6D7B5A F5000005)       
117        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 0D        
118        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 30 //成功返回CMD_SUCCESS        
119        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 0D        
120        10:01:00        FlashMagic.exe        IOCTL_SERIAL_SET_TIMEOUTS        MosChipSerial1        SUCCESS        RI:0 RM:0 RC:50 WM:0 WC:4000       
121        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 0A        
122        10:01:00        FlashMagic.exe        IOCTL_SERIAL_SET_TIMEOUTS        MosChipSerial1        SUCCESS        RI:0 RM:0 RC:4000 WM:0 WC:4000       
123        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 31 //序列号(1)101062694(0x06061826)        
124        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 30        
125        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 31        
126        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 30        
127        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 36        
128        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 32        
129        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 36        
130        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 39        
131        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 34        
132        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 0D        
133        10:01:00        FlashMagic.exe        IOCTL_SERIAL_SET_TIMEOUTS        MosChipSerial1        SUCCESS        RI:0 RM:0 RC:50 WM:0 WC:4000       
134        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 0A        
135        10:01:00        FlashMagic.exe        IOCTL_SERIAL_SET_TIMEOUTS        MosChipSerial1        SUCCESS        RI:0 RM:0 RC:4000 WM:0 WC:4000       
136        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 31 //序列号(2)1397625106(0x534E1112)        
137        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 33        
138        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 39        
139        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 37        
140        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 36        
141        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 32        
142        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 35        
143        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 31        
144        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 30        
145        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 36        
146        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 0D        
147        10:01:00        FlashMagic.exe        IOCTL_SERIAL_SET_TIMEOUTS        MosChipSerial1        SUCCESS        RI:0 RM:0 RC:50 WM:0 WC:4000       
148        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 0A        
149        10:01:00        FlashMagic.exe        IOCTL_SERIAL_SET_TIMEOUTS        MosChipSerial1        SUCCESS        RI:0 RM:0 RC:4000 WM:0 WC:4000       
150        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 31 //序列号(3)1265466202(0x4B6D7B5A)       
151        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 32        
152        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 36        
153        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 35        
154        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 34        
155        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 36        
156        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 36        
157        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 32        
158        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 30        
159        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 32        
160        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 0D        
161        10:01:00        FlashMagic.exe        IOCTL_SERIAL_SET_TIMEOUTS        MosChipSerial1        SUCCESS        RI:0 RM:0 RC:50 WM:0 WC:4000       
162        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 0A        
163        10:01:00        FlashMagic.exe        IOCTL_SERIAL_SET_TIMEOUTS        MosChipSerial1        SUCCESS        RI:0 RM:0 RC:4000 WM:0 WC:4000       
164        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 34 //序列号(4)4110417925(0xF5000005)       
165        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 31        
166        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 31        
167        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 30        
168        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 34        
169        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 31        
170        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 37        
171        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 39        
172        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 32        
173        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 35        
174        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 0D        
175        10:01:00        FlashMagic.exe        IOCTL_SERIAL_SET_TIMEOUTS        MosChipSerial1        SUCCESS        RI:0 RM:0 RC:50 WM:0 WC:4000       
176        10:01:00        FlashMagic.exe        IRP_MJ_READ        MosChipSerial1        SUCCESS        Length 1: 0A        
177        10:01:00        FlashMagic.exe        IOCTL_SERIAL_SET_TIMEOUTS        MosChipSerial1        SUCCESS        RI:0 RM:0 RC:4000 WM:0 WC:4000       
178        10:01:00        FlashMagic.exe        IOCTL_SERIAL_SET_DTR        MosChipSerial1        SUCCESS        //RST=0 Cortext-M0复位(信号跳变)               
179        10:01:00        FlashMagic.exe        IOCTL_SERIAL_SET_RTS        MosChipSerial1        SUCCESS               
180        10:01:00        FlashMagic.exe        IOCTL_SERIAL_SET_RTS        MosChipSerial1        SUCCESS               
181        10:01:00        FlashMagic.exe        IOCTL_SERIAL_SET_DTR        MosChipSerial1        SUCCESS               
182        10:01:00        FlashMagic.exe        IOCTL_SERIAL_CLR_RTS        MosChipSerial1        SUCCESS        //ISP=1 Cortext-M0运行状态(信号跳变)               
183        10:01:00        FlashMagic.exe        IOCTL_SERIAL_SET_DTR        MosChipSerial1        SUCCESS               
184        10:01:00        FlashMagic.exe        IOCTL_SERIAL_CLR_DTR        MosChipSerial1        SUCCESS        //RST=1 Cortext-M0工作(信号跳变)               
185        10:01:00        FlashMagic.exe        IOCTL_SERIAL_CLR_RTS        MosChipSerial1        SUCCESS               
186        10:01:00        FlashMagic.exe        IRP_MJ_CLEANUP        MosChipSerial1        SUCCESS               
187        10:01:00        FlashMagic.exe        IRP_MJ_CLOSE        MosChipSerial1        SUCCESS //关闭串口

文章评论0条评论)

登录后参与讨论
我要评论
0
6
关闭 站长推荐上一条 /2 下一条