This screenshot displays the “Functions Dump” and “R/W Dump” sections of SerialTool’s SpyPort interface, offering detailed insights into the serial port activities. The Functions Dump contains all the functions called in the log along with their associated data. This includes specific operations like setting handflow parameters, cleanup tasks, and closing the serial port.
For example, you can see:
- IRP_MJ_CLEANUP packet details with the timestamp and data length, indicating the cleanup operation.
- IRP_MJ_CLOSE packet details, marking the closure of the serial port session.
The R/W Dump section allows you to view the payload content in various formats. The dropdown menu shows options for Hex, ASCII, Binary, Octal, and Decimal formats, providing flexibility in how you examine the data. Currently, the Hex Format is selected, making it easy to interpret raw data at the byte level. This feature is incredibly useful for in-depth analysis and debugging, as it lets you choose the most convenient representation for your needs.
Here is the full log copied to clipboard:
----------------------------------------------------------------------------------
[IRP_MJ_CREATE] packet: 00000000 at 19-05-2024 19:37:29.128 (1716140249.128)
Data length (bytes): 0
----------------------------------------------------------------------------------
[IOCTL_SERIAL_GET_BAUD_RATE] packet: 00000001 at 19-05-2024 19:37:29.151 (1716140249.151)
Data length (bytes): 4 Data Bytes: 0x80 0x25 0x00 0x00
Function details:
Get Baudrate: 9600
----------------------------------------------------------------------------------
[IOCTL_SERIAL_GET_LINE_CONTROL] packet: 00000002 at 19-05-2024 19:37:29.165 (1716140249.165)
Data length (bytes): 3 Data Bytes: 0x00 0x00 0x08
Function details:
Get COM Controls: 8 Bits, NONE Parity, 1 Stop Bits.
----------------------------------------------------------------------------------
[IOCTL_SERIAL_GET_CHARS] packet: 00000003 at 19-05-2024 19:37:29.180 (1716140249.180)
Data length (bytes): 6 Data Bytes: 0x00 0x00 0x00 0x00 0x11 0x13
Function details:
Get Chars: EofChar=0x00, ErrorChar=0x00, BreakChar=0x00, EventChar=0x00, XonChar=0x11, XoffChar=0x13
----------------------------------------------------------------------------------
[IOCTL_SERIAL_GET_HANDFLOW] packet: 00000004 at 19-05-2024 19:37:29.196 (1716140249.196)
Data length (bytes): 16 Data Bytes: 0x01 0x00 0x00 0x80 0xC0 0x00 0x00 0x00 0x00 0x08 0x00 0x00 0x00 0x02 0x00 0x00
Function details:
Get Handflow: ControlHandShake: Empty, FlowReplace: Empty, XonLimit=2048, XoffLimit=512
----------------------------------------------------------------------------------
[IOCTL_SERIAL_GET_BAUD_RATE] packet: 00000005 at 19-05-2024 19:37:29.211 (1716140249.211)
Data length (bytes): 4 Data Bytes: 0x80 0x25 0x00 0x00
Function details:
Get Baudrate: 9600
----------------------------------------------------------------------------------
[IOCTL_SERIAL_GET_LINE_CONTROL] packet: 00000006 at 19-05-2024 19:37:29.226 (1716140249.226)
Data length (bytes): 3 Data Bytes: 0x00 0x00 0x08
Function details:
Get COM Controls: 8 Bits, NONE Parity, 1 Stop Bits.
----------------------------------------------------------------------------------
[IOCTL_SERIAL_GET_CHARS] packet: 00000007 at 19-05-2024 19:37:29.241 (1716140249.241)
Data length (bytes): 6 Data Bytes: 0x00 0x00 0x00 0x00 0x11 0x13
Function details:
Get Chars: EofChar=0x00, ErrorChar=0x00, BreakChar=0x00, EventChar=0x00, XonChar=0x11, XoffChar=0x13
----------------------------------------------------------------------------------
[IOCTL_SERIAL_GET_HANDFLOW] packet: 00000008 at 19-05-2024 19:37:29.257 (1716140249.257)
Data length (bytes): 16 Data Bytes: 0x01 0x00 0x00 0x80 0xC0 0x00 0x00 0x00 0x00 0x08 0x00 0x00 0x00 0x02 0x00 0x00
Function details:
Get Handflow: ControlHandShake: Empty, FlowReplace: Empty, XonLimit=2048, XoffLimit=512
----------------------------------------------------------------------------------
[IOCTL_SERIAL_SET_BAUD_RATE] packet: 00000009 at 19-05-2024 19:37:29.273 (1716140249.273)
Data length (bytes): 4 Data Bytes: 0x80 0x25 0x00 0x00
Function details:
Set Baudrate: 9600
----------------------------------------------------------------------------------
[IOCTL_SERIAL_SET_DTR] packet: 00000010 at 19-05-2024 19:37:29.288 (1716140249.288)
Data length (bytes): 0
----------------------------------------------------------------------------------
[IOCTL_SERIAL_SET_LINE_CONTROL] packet: 00000011 at 19-05-2024 19:37:29.304 (1716140249.304)
Data length (bytes): 3 Data Bytes: 0x00 0x00 0x08
Function details:
Set COM Controls: 8 Bits, NONE Parity, 1 Stop Bits.
----------------------------------------------------------------------------------
[IOCTL_SERIAL_SET_CHARS] packet: 00000012 at 19-05-2024 19:37:29.320 (1716140249.320)
Data length (bytes): 6 Data Bytes: 0x00 0x00 0x00 0x00 0x11 0x13
Function details:
Set Chars: EofChar=0x00, ErrorChar=0x00, BreakChar=0x00, EventChar=0x00, XonChar=0x11, XoffChar=0x13
----------------------------------------------------------------------------------
[IOCTL_SERIAL_SET_HANDFLOW] packet: 00000013 at 19-05-2024 19:37:29.336 (1716140249.336)
Data length (bytes): 16 Data Bytes: 0x01 0x00 0x00 0x00 0xC0 0x00 0x00 0x80 0x00 0x08 0x00 0x00 0x00 0x02 0x00 0x00
Function details:
Set Handflow: ControlHandShake: (SERIAL_DTR_CONTROL), FlowReplace: Empty, XonLimit=2048, XoffLimit=512
----------------------------------------------------------------------------------
[IRP_MJ_WRITE] WRITE packet: 00000014 [00000027 Bytes] at 19-05-2024 19:37:29.338 (1716140249.338)
HEX dump:
3A 30 31 31 30 30 30 30 30 30 30 30 32 30 34 30
30 30 32 30 30 32 31 43 36 0D 0A
----------------------------------------------------------------------------------
[IOCTL_SERIAL_SET_TIMEOUTS] packet: 00000015 at 19-05-2024 19:37:29.340 (1716140249.340)
Data length (bytes): 20 Data Bytes: 0xF4 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0xF4 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0xE8 0x03 0x00 0x00
Function details:
Set Timeouts: ReadIntervalTimeout 500 (0x000001F4), ReadTotalTimeoutMultiplier 0 (0x00000000), ReadTotalTimeoutConstant 500 (0x000001F4), WriteTotalTimeoutMultiplier 0 (0x00000000), WriteTotalTimeoutConstant 1000 (0x000003E8)
----------------------------------------------------------------------------------
[IRP_MJ_READ] READ packet: 00000016 [00000001 Bytes] at 19-05-2024 19:37:29.342 (1716140249.342)
HEX dump:
3A
----------------------------------------------------------------------------------
[IOCTL_SERIAL_SET_TIMEOUTS] packet: 00000017 at 19-05-2024 19:37:29.344 (1716140249.344)
Data length (bytes): 20 Data Bytes: 0xF4 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0xF4 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0xE8 0x03 0x00 0x00
Function details:
Set Timeouts: ReadIntervalTimeout 500 (0x000001F4), ReadTotalTimeoutMultiplier 0 (0x00000000), ReadTotalTimeoutConstant 500 (0x000001F4), WriteTotalTimeoutMultiplier 0 (0x00000000), WriteTotalTimeoutConstant 1000 (0x000003E8)
----------------------------------------------------------------------------------
[IRP_MJ_READ] READ packet: 00000018 [00000001 Bytes] at 19-05-2024 19:37:29.346 (1716140249.346)
HEX dump:
30
----------------------------------------------------------------------------------
[IOCTL_SERIAL_SET_TIMEOUTS] packet: 00000019 at 19-05-2024 19:37:29.348 (1716140249.348)
Data length (bytes): 20 Data Bytes: 0xF4 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0xF4 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0xE8 0x03 0x00 0x00
Function details:
Set Timeouts: ReadIntervalTimeout 500 (0x000001F4), ReadTotalTimeoutMultiplier 0 (0x00000000), ReadTotalTimeoutConstant 500 (0x000001F4), WriteTotalTimeoutMultiplier 0 (0x00000000), WriteTotalTimeoutConstant 1000 (0x000003E8)
----------------------------------------------------------------------------------
[IRP_MJ_READ] READ packet: 00000020 [00000001 Bytes] at 19-05-2024 19:37:29.350 (1716140249.350)
HEX dump:
31
----------------------------------------------------------------------------------
[IOCTL_SERIAL_SET_TIMEOUTS] packet: 00000021 at 19-05-2024 19:37:29.352 (1716140249.352)
Data length (bytes): 20 Data Bytes: 0xF4 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0xF4 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0xE8 0x03 0x00 0x00
Function details:
Set Timeouts: ReadIntervalTimeout 500 (0x000001F4), ReadTotalTimeoutMultiplier 0 (0x00000000), ReadTotalTimeoutConstant 500 (0x000001F4), WriteTotalTimeoutMultiplier 0 (0x00000000), WriteTotalTimeoutConstant 1000 (0x000003E8)
----------------------------------------------------------------------------------
[IRP_MJ_READ] READ packet: 00000022 [00000001 Bytes] at 19-05-2024 19:37:29.354 (1716140249.354)
HEX dump:
31
----------------------------------------------------------------------------------
[IOCTL_SERIAL_SET_TIMEOUTS] packet: 00000023 at 19-05-2024 19:37:29.356 (1716140249.356)
Data length (bytes): 20 Data Bytes: 0xF4 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0xF4 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0xE8 0x03 0x00 0x00
Function details:
Set Timeouts: ReadIntervalTimeout 500 (0x000001F4), ReadTotalTimeoutMultiplier 0 (0x00000000), ReadTotalTimeoutConstant 500 (0x000001F4), WriteTotalTimeoutMultiplier 0 (0x00000000), WriteTotalTimeoutConstant 1000 (0x000003E8)
----------------------------------------------------------------------------------
[IRP_MJ_READ] READ packet: 00000024 [00000001 Bytes] at 19-05-2024 19:37:29.358 (1716140249.358)
HEX dump:
30
----------------------------------------------------------------------------------
[IOCTL_SERIAL_SET_TIMEOUTS] packet: 00000025 at 19-05-2024 19:37:29.360 (1716140249.360)
Data length (bytes): 20 Data Bytes: 0xF4 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0xF4 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0xE8 0x03 0x00 0x00
Function details:
Set Timeouts: ReadIntervalTimeout 500 (0x000001F4), ReadTotalTimeoutMultiplier 0 (0x00000000), ReadTotalTimeoutConstant 500 (0x000001F4), WriteTotalTimeoutMultiplier 0 (0x00000000), WriteTotalTimeoutConstant 1000 (0x000003E8)
----------------------------------------------------------------------------------
[IRP_MJ_READ] READ packet: 00000026 [00000001 Bytes] at 19-05-2024 19:37:29.362 (1716140249.362)
HEX dump:
30
----------------------------------------------------------------------------------
[IOCTL_SERIAL_SET_TIMEOUTS] packet: 00000027 at 19-05-2024 19:37:29.364 (1716140249.364)
Data length (bytes): 20 Data Bytes: 0xF4 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0xF4 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0xE8 0x03 0x00 0x00
Function details:
Set Timeouts: ReadIntervalTimeout 500 (0x000001F4), ReadTotalTimeoutMultiplier 0 (0x00000000), ReadTotalTimeoutConstant 500 (0x000001F4), WriteTotalTimeoutMultiplier 0 (0x00000000), WriteTotalTimeoutConstant 1000 (0x000003E8)
----------------------------------------------------------------------------------
[IRP_MJ_READ] READ packet: 00000028 [00000001 Bytes] at 19-05-2024 19:37:29.366 (1716140249.366)
HEX dump:
30
----------------------------------------------------------------------------------
[IOCTL_SERIAL_SET_TIMEOUTS] packet: 00000029 at 19-05-2024 19:37:29.368 (1716140249.368)
Data length (bytes): 20 Data Bytes: 0xF4 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0xF4 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0xE8 0x03 0x00 0x00
Function details:
Set Timeouts: ReadIntervalTimeout 500 (0x000001F4), ReadTotalTimeoutMultiplier 0 (0x00000000), ReadTotalTimeoutConstant 500 (0x000001F4), WriteTotalTimeoutMultiplier 0 (0x00000000), WriteTotalTimeoutConstant 1000 (0x000003E8)
----------------------------------------------------------------------------------
[IRP_MJ_READ] READ packet: 00000030 [00000001 Bytes] at 19-05-2024 19:37:29.370 (1716140249.370)
HEX dump:
30
----------------------------------------------------------------------------------
[IOCTL_SERIAL_SET_TIMEOUTS] packet: 00000031 at 19-05-2024 19:37:29.372 (1716140249.372)
Data length (bytes): 20 Data Bytes: 0xF4 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0xF4 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0xE8 0x03 0x00 0x00
Function details:
Set Timeouts: ReadIntervalTimeout 500 (0x000001F4), ReadTotalTimeoutMultiplier 0 (0x00000000), ReadTotalTimeoutConstant 500 (0x000001F4), WriteTotalTimeoutMultiplier 0 (0x00000000), WriteTotalTimeoutConstant 1000 (0x000003E8)
----------------------------------------------------------------------------------
[IRP_MJ_READ] READ packet: 00000032 [00000001 Bytes] at 19-05-2024 19:37:29.374 (1716140249.374)
HEX dump:
30
----------------------------------------------------------------------------------
[IOCTL_SERIAL_SET_TIMEOUTS] packet: 00000033 at 19-05-2024 19:37:29.376 (1716140249.376)
Data length (bytes): 20 Data Bytes: 0xF4 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0xF4 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0xE8 0x03 0x00 0x00
Function details:
Set Timeouts: ReadIntervalTimeout 500 (0x000001F4), ReadTotalTimeoutMultiplier 0 (0x00000000), ReadTotalTimeoutConstant 500 (0x000001F4), WriteTotalTimeoutMultiplier 0 (0x00000000), WriteTotalTimeoutConstant 1000 (0x000003E8)
----------------------------------------------------------------------------------
[IRP_MJ_READ] READ packet: 00000034 [00000001 Bytes] at 19-05-2024 19:37:29.378 (1716140249.378)
HEX dump:
30
----------------------------------------------------------------------------------
[IOCTL_SERIAL_SET_TIMEOUTS] packet: 00000035 at 19-05-2024 19:37:29.380 (1716140249.380)
Data length (bytes): 20 Data Bytes: 0xF4 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0xF4 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0xE8 0x03 0x00 0x00
Function details:
Set Timeouts: ReadIntervalTimeout 500 (0x000001F4), ReadTotalTimeoutMultiplier 0 (0x00000000), ReadTotalTimeoutConstant 500 (0x000001F4), WriteTotalTimeoutMultiplier 0 (0x00000000), WriteTotalTimeoutConstant 1000 (0x000003E8)
----------------------------------------------------------------------------------
[IRP_MJ_READ] READ packet: 00000036 [00000001 Bytes] at 19-05-2024 19:37:29.382 (1716140249.382)
HEX dump:
30
----------------------------------------------------------------------------------
[IOCTL_SERIAL_SET_TIMEOUTS] packet: 00000037 at 19-05-2024 19:37:29.384 (1716140249.384)
Data length (bytes): 20 Data Bytes: 0xF4 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0xF4 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0xE8 0x03 0x00 0x00
Function details:
Set Timeouts: ReadIntervalTimeout 500 (0x000001F4), ReadTotalTimeoutMultiplier 0 (0x00000000), ReadTotalTimeoutConstant 500 (0x000001F4), WriteTotalTimeoutMultiplier 0 (0x00000000), WriteTotalTimeoutConstant 1000 (0x000003E8)
----------------------------------------------------------------------------------
[IRP_MJ_READ] READ packet: 00000038 [00000001 Bytes] at 19-05-2024 19:37:29.386 (1716140249.386)
HEX dump:
30
----------------------------------------------------------------------------------
[IOCTL_SERIAL_SET_TIMEOUTS] packet: 00000039 at 19-05-2024 19:37:29.388 (1716140249.388)
Data length (bytes): 20 Data Bytes: 0xF4 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0xF4 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0xE8 0x03 0x00 0x00
Function details:
Set Timeouts: ReadIntervalTimeout 500 (0x000001F4), ReadTotalTimeoutMultiplier 0 (0x00000000), ReadTotalTimeoutConstant 500 (0x000001F4), WriteTotalTimeoutMultiplier 0 (0x00000000), WriteTotalTimeoutConstant 1000 (0x000003E8)
----------------------------------------------------------------------------------
[IRP_MJ_READ] READ packet: 00000040 [00000001 Bytes] at 19-05-2024 19:37:29.390 (1716140249.390)
HEX dump:
32
----------------------------------------------------------------------------------
[IOCTL_SERIAL_SET_TIMEOUTS] packet: 00000041 at 19-05-2024 19:37:29.392 (1716140249.392)
Data length (bytes): 20 Data Bytes: 0xF4 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0xF4 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0xE8 0x03 0x00 0x00
Function details:
Set Timeouts: ReadIntervalTimeout 500 (0x000001F4), ReadTotalTimeoutMultiplier 0 (0x00000000), ReadTotalTimeoutConstant 500 (0x000001F4), WriteTotalTimeoutMultiplier 0 (0x00000000), WriteTotalTimeoutConstant 1000 (0x000003E8)
----------------------------------------------------------------------------------
[IRP_MJ_READ] READ packet: 00000042 [00000001 Bytes] at 19-05-2024 19:37:29.394 (1716140249.394)
HEX dump:
45
----------------------------------------------------------------------------------
[IOCTL_SERIAL_SET_TIMEOUTS] packet: 00000043 at 19-05-2024 19:37:29.396 (1716140249.396)
Data length (bytes): 20 Data Bytes: 0xF4 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0xF4 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0xE8 0x03 0x00 0x00
Function details:
Set Timeouts: ReadIntervalTimeout 500 (0x000001F4), ReadTotalTimeoutMultiplier 0 (0x00000000), ReadTotalTimeoutConstant 500 (0x000001F4), WriteTotalTimeoutMultiplier 0 (0x00000000), WriteTotalTimeoutConstant 1000 (0x000003E8)
----------------------------------------------------------------------------------
[IRP_MJ_READ] READ packet: 00000044 [00000001 Bytes] at 19-05-2024 19:37:29.398 (1716140249.398)
HEX dump:
44
----------------------------------------------------------------------------------
[IOCTL_SERIAL_SET_TIMEOUTS] packet: 00000045 at 19-05-2024 19:37:29.400 (1716140249.400)
Data length (bytes): 20 Data Bytes: 0xF4 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0xF4 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0xE8 0x03 0x00 0x00
Function details:
Set Timeouts: ReadIntervalTimeout 500 (0x000001F4), ReadTotalTimeoutMultiplier 0 (0x00000000), ReadTotalTimeoutConstant 500 (0x000001F4), WriteTotalTimeoutMultiplier 0 (0x00000000), WriteTotalTimeoutConstant 1000 (0x000003E8)
----------------------------------------------------------------------------------
[IRP_MJ_READ] READ packet: 00000046 [00000001 Bytes] at 19-05-2024 19:37:29.402 (1716140249.402)
HEX dump:
0D
----------------------------------------------------------------------------------
[IOCTL_SERIAL_SET_TIMEOUTS] packet: 00000047 at 19-05-2024 19:37:29.404 (1716140249.404)
Data length (bytes): 20 Data Bytes: 0xF4 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0xF4 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0xE8 0x03 0x00 0x00
Function details:
Set Timeouts: ReadIntervalTimeout 500 (0x000001F4), ReadTotalTimeoutMultiplier 0 (0x00000000), ReadTotalTimeoutConstant 500 (0x000001F4), WriteTotalTimeoutMultiplier 0 (0x00000000), WriteTotalTimeoutConstant 1000 (0x000003E8)
----------------------------------------------------------------------------------
[IRP_MJ_READ] READ packet: 00000048 [00000001 Bytes] at 19-05-2024 19:37:29.406 (1716140249.406)
HEX dump:
0A
----------------------------------------------------------------------------------
[IOCTL_SERIAL_GET_BAUD_RATE] packet: 00000049 at 19-05-2024 19:37:29.408 (1716140249.408)
Data length (bytes): 4 Data Bytes: 0x80 0x25 0x00 0x00
Function details:
Get Baudrate: 9600
----------------------------------------------------------------------------------
[IOCTL_SERIAL_GET_LINE_CONTROL] packet: 00000050 at 19-05-2024 19:37:29.410 (1716140249.410)
Data length (bytes): 3 Data Bytes: 0x00 0x00 0x08
Function details:
Get COM Controls: 8 Bits, NONE Parity, 1 Stop Bits.
----------------------------------------------------------------------------------
[IOCTL_SERIAL_GET_CHARS] packet: 00000051 at 19-05-2024 19:37:29.412 (1716140249.412)
Data length (bytes): 6 Data Bytes: 0x00 0x00 0x00 0x00 0x11 0x13
Function details:
Get Chars: EofChar=0x00, ErrorChar=0x00, BreakChar=0x00, EventChar=0x00, XonChar=0x11, XoffChar=0x13
----------------------------------------------------------------------------------
[IOCTL_SERIAL_GET_HANDFLOW] packet: 00000052 at 19-05-2024 19:37:29.414 (1716140249.414)
Data length (bytes): 16 Data Bytes: 0x01 0x00 0x00 0x00 0xC0 0x00 0x00 0x80 0x00 0x08 0x00 0x00 0x00 0x02 0x00 0x00
Function details:
Get Handflow: ControlHandShake: (SERIAL_DTR_CONTROL), FlowReplace: Empty, XonLimit=2048, XoffLimit=512
----------------------------------------------------------------------------------
[IOCTL_SERIAL_SET_BAUD_RATE] packet: 00000053 at 19-05-2024 19:37:29.416 (1716140249.416)
Data length (bytes): 4 Data Bytes: 0x80 0x25 0x00 0x00
Function details:
Set Baudrate: 9600
----------------------------------------------------------------------------------
[IOCTL_SERIAL_SET_DTR] packet: 00000054 at 19-05-2024 19:37:29.418 (1716140249.418)
Data length (bytes): 0
----------------------------------------------------------------------------------
[IOCTL_SERIAL_SET_LINE_CONTROL] packet: 00000055 at 19-05-2024 19:37:29.420 (1716140249.420)
Data length (bytes): 3 Data Bytes: 0x00 0x00 0x08
Function details:
Set COM Controls: 8 Bits, NONE Parity, 1 Stop Bits.
----------------------------------------------------------------------------------
[IOCTL_SERIAL_SET_CHARS] packet: 00000056 at 19-05-2024 19:37:29.422 (1716140249.422)
Data length (bytes): 6 Data Bytes: 0x00 0x00 0x00 0x00 0x11 0x13
Function details:
Set Chars: EofChar=0x00, ErrorChar=0x00, BreakChar=0x00, EventChar=0x00, XonChar=0x11, XoffChar=0x13
----------------------------------------------------------------------------------
[IOCTL_SERIAL_SET_HANDFLOW] packet: 00000057 at 19-05-2024 19:37:29.424 (1716140249.424)
Data length (bytes): 16 Data Bytes: 0x01 0x00 0x00 0x80 0xC0 0x00 0x00 0x00 0x00 0x08 0x00 0x00 0x00 0x02 0x00 0x00
Function details:
Set Handflow: ControlHandShake: Empty, FlowReplace: Empty, XonLimit=2048, XoffLimit=512
----------------------------------------------------------------------------------
[IRP_MJ_CLEANUP] packet: 00000058 at 19-05-2024 19:37:29.426 (1716140249.426)
Data length (bytes): 0
----------------------------------------------------------------------------------
[IRP_MJ_CLOSE] packet: 00000059 at 19-05-2024 19:37:29.428 (1716140249.428)
Data length (bytes): 0