761
edits
(Created page with " We used portmon to dump the data from the serial port <code> 59 0.00000335 RSPDRV.exe IRP_MJ_CLEANUP Serial0 SUCCESS 60 0.01551789 RSPDRV.exe IRP_MJ_CLOSE Serial0 SUCCESS...") |
mNo edit summary |
||
Line 2: | Line 2: | ||
We used portmon to dump the data from the serial port | We used portmon to dump the data from the serial port | ||
< | <PRE> | ||
59 0.00000335 RSPDRV.exe IRP_MJ_CLEANUP Serial0 SUCCESS | 59 0.00000335 RSPDRV.exe IRP_MJ_CLEANUP Serial0 SUCCESS | ||
60 0.01551789 RSPDRV.exe IRP_MJ_CLOSE Serial0 SUCCESS | 60 0.01551789 RSPDRV.exe IRP_MJ_CLOSE Serial0 SUCCESS | ||
Line 41: | Line 41: | ||
95 0.00002766 RSPDRV.exe IRP_MJ_WRITE Serial0 SUCCESS Length 6: 02 40 4D 31 03 3D | 95 0.00002766 RSPDRV.exe IRP_MJ_WRITE Serial0 SUCCESS Length 6: 02 40 4D 31 03 3D | ||
96 0.06222886 RSPDRV.exe IRP_MJ_READ Serial0 TIMEOUT Length 14: 02 40 41 31 03 31 02 52 41 31 40 38 03 5B | 96 0.06222886 RSPDRV.exe IRP_MJ_READ Serial0 TIMEOUT Length 14: 02 40 41 31 03 31 02 52 41 31 40 38 03 5B | ||
</ | </PRE> | ||
hardware handshake | hardware handshake |