[22/03/2018 15:41:25] |
1 | IRP_MJ_CREATE - Opens a COM port (COM3) |
| STATUS_SUCCESS |
| | Opened by: |
| | | C:\Users\Downloads\hterm\HTerm.exe |
|
[22/03/2018 15:41:25] |
3 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_SET_TIMEOUTS - Request sets the timeout value's that the driver uses with read and write requests |
| | | ReadIntervalTimeout - -1 |
| | | ReadTotalTimeoutMultiplier - 0 |
| | | ReadTotalTimeoutConstant - 0 |
| | | WriteTotalTimeoutMultiplier - 0 |
| | | WriteTotalTimeoutConstant - 0 |
|
[22/03/2018 15:41:25] |
5 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_BAUD_RATE - Returns the baud rate that is currently set for a COM port |
| | | BaudRate - 115200 |
|
[22/03/2018 15:41:25] |
7 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_LINE_CONTROL - Request returns information about the line control set for a COM port |
| | | StopBits - 0 (1 stop bit) |
| | | Parity - 0 (NO_PARITY) |
| | | WordLength - 8 |
|
[22/03/2018 15:41:25] |
9 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_CHARS - Request returns the special characters that Serial uses with handshake flow control |
| | | EofChar - 76 |
| | | ErrorChar - 0 |
| | | BreakChar - 0 |
| | | EventChar - 0 |
| | | XonChar - 68 |
| | | XoffChar - 0 |
|
[22/03/2018 15:41:25] |
11 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_HANDFLOW - Request returns information about the configuration of the handshake flow control set for a COM port |
| | | ControlHandShake - 0x00 |
| | | FlowReplace - 0x00 |
| | | XonLimit - 0 |
| | | XoffLimit - 0 |
|
[22/03/2018 15:41:25] |
13 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_SET_BAUD_RATE - Request sets the baud rate on a COM port. Serial verifies the specified baud rate |
| | | BaudRate - 115200 |
|
[22/03/2018 15:41:25] |
15 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_CLR_RTS - Request clears the RTS control signal |
|
[22/03/2018 15:41:25] |
17 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_CLR_DTR - Request clears the DTR control signal. |
|
[22/03/2018 15:41:25] |
19 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_SET_LINE_CONTROL - Request sets the line control register |
| | | StopBits - 0 (1 stop bit) |
| | | Parity - 0 (NO_PARITY) |
| | | WordLength - 8 |
|
[22/03/2018 15:41:25] |
21 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_SET_CHARS - Request sets the special characters that Serial uses for handshake flow control |
| | | EofChar - 0 |
| | | ErrorChar - 0 |
| | | BreakChar - 0 |
| | | EventChar - 0 |
| | | XonChar - 0 |
| | | XoffChar - 0 |
|
[22/03/2018 15:41:25] |
23 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_SET_HANDFLOW - Request sets the configuration of handshake flow control |
| | | ControlHandShake - 0x00 |
| | | FlowReplace - 0x00 |
| | | XonLimit - 0 |
| | | XoffLimit - 0 |
|
[22/03/2018 15:41:25] |
25 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_SET_QUEUE_SIZE - Request sets the size of the internal receive buffer |
| | | InSize - 4096 |
| | | OutSize - 4096 |
|
[22/03/2018 15:41:25] |
28 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_PURGE - Request cancels the specified requests and deletes data from the specified buffers |
| | | Flags - 0x0000000f |
|
[22/03/2018 15:41:25] |
30 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_SET_WAIT_MASK - Request configures Serial to notify a client after the occurrence of any one of a specified set of wait events |
| | | Mask - 0x000001b9 (EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
32 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_MODEMSTATUS - Request updates the modem status, and returns the value of the modem status register before the update |
| | | Modem Status - 0x00000000 |
|
[22/03/2018 15:41:25] |
33 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_BAUD_RATE - Returns the baud rate that is currently set for a COM port |
| | | BaudRate - 115200 |
|
[22/03/2018 15:41:25] |
36 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_LINE_CONTROL - Request returns information about the line control set for a COM port |
| | | StopBits - 0 (1 stop bit) |
| | | Parity - 0 (NO_PARITY) |
| | | WordLength - 8 |
|
[22/03/2018 15:41:25] |
38 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_CHARS - Request returns the special characters that Serial uses with handshake flow control |
| | | EofChar - 0 |
| | | ErrorChar - 0 |
| | | BreakChar - 0 |
| | | EventChar - 0 |
| | | XonChar - 0 |
| | | XoffChar - 0 |
|
[22/03/2018 15:41:25] |
40 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_HANDFLOW - Request returns information about the configuration of the handshake flow control set for a COM port |
| | | ControlHandShake - 0x00 |
| | | FlowReplace - 0x00 |
| | | XonLimit - 0 |
| | | XoffLimit - 0 |
|
[22/03/2018 15:41:25] |
42 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
45 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
47 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
48 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_SET_BAUD_RATE - Request sets the baud rate on a COM port. Serial verifies the specified baud rate |
| | | BaudRate - 115200 |
|
[22/03/2018 15:41:25] |
50 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_CLR_RTS - Request clears the RTS control signal |
|
[22/03/2018 15:41:25] |
52 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_CLR_DTR - Request clears the DTR control signal. |
|
[22/03/2018 15:41:25] |
54 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_SET_LINE_CONTROL - Request sets the line control register |
| | | StopBits - 0 (1 stop bit) |
| | | Parity - 0 (NO_PARITY) |
| | | WordLength - 8 |
|
[22/03/2018 15:41:25] |
56 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_SET_CHARS - Request sets the special characters that Serial uses for handshake flow control |
| | | EofChar - 0 |
| | | ErrorChar - 0 |
| | | BreakChar - 0 |
| | | EventChar - 0 |
| | | XonChar - 0 |
| | | XoffChar - 0 |
|
[22/03/2018 15:41:25] |
58 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_SET_HANDFLOW - Request sets the configuration of handshake flow control |
| | | ControlHandShake - 0x00 |
| | | FlowReplace - 0x00 |
| | | XonLimit - 0 |
| | | XoffLimit - 0 |
|
[22/03/2018 15:41:25] |
60 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_BAUD_RATE - Returns the baud rate that is currently set for a COM port |
| | | BaudRate - 115200 |
|
[22/03/2018 15:41:25] |
62 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_LINE_CONTROL - Request returns information about the line control set for a COM port |
| | | StopBits - 0 (1 stop bit) |
| | | Parity - 0 (NO_PARITY) |
| | | WordLength - 8 |
|
[22/03/2018 15:41:25] |
64 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_CHARS - Request returns the special characters that Serial uses with handshake flow control |
| | | EofChar - 0 |
| | | ErrorChar - 0 |
| | | BreakChar - 0 |
| | | EventChar - 0 |
| | | XonChar - 0 |
| | | XoffChar - 0 |
|
[22/03/2018 15:41:25] |
66 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_HANDFLOW - Request returns information about the configuration of the handshake flow control set for a COM port |
| | | ControlHandShake - 0x00 |
| | | FlowReplace - 0x00 |
| | | XonLimit - 0 |
| | | XoffLimit - 0 |
|
[22/03/2018 15:41:25] |
68 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_BAUD_RATE - Returns the baud rate that is currently set for a COM port |
| | | BaudRate - 115200 |
|
[22/03/2018 15:41:25] |
70 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_LINE_CONTROL - Request returns information about the line control set for a COM port |
| | | StopBits - 0 (1 stop bit) |
| | | Parity - 0 (NO_PARITY) |
| | | WordLength - 8 |
|
[22/03/2018 15:41:25] |
72 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_CHARS - Request returns the special characters that Serial uses with handshake flow control |
| | | EofChar - 0 |
| | | ErrorChar - 0 |
| | | BreakChar - 0 |
| | | EventChar - 0 |
| | | XonChar - 0 |
| | | XoffChar - 0 |
|
[22/03/2018 15:41:25] |
74 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_HANDFLOW - Request returns information about the configuration of the handshake flow control set for a COM port |
| | | ControlHandShake - 0x00 |
| | | FlowReplace - 0x00 |
| | | XonLimit - 0 |
| | | XoffLimit - 0 |
|
[22/03/2018 15:41:25] |
76 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
79 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
81 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
82 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_SET_BAUD_RATE - Request sets the baud rate on a COM port. Serial verifies the specified baud rate |
| | | BaudRate - 115200 |
|
[22/03/2018 15:41:25] |
84 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_CLR_RTS - Request clears the RTS control signal |
|
[22/03/2018 15:41:25] |
86 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_CLR_DTR - Request clears the DTR control signal. |
|
[22/03/2018 15:41:25] |
88 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_SET_LINE_CONTROL - Request sets the line control register |
| | | StopBits - 0 (1 stop bit) |
| | | Parity - 0 (NO_PARITY) |
| | | WordLength - 8 |
|
[22/03/2018 15:41:25] |
90 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_SET_CHARS - Request sets the special characters that Serial uses for handshake flow control |
| | | EofChar - 76 |
| | | ErrorChar - 0 |
| | | BreakChar - 0 |
| | | EventChar - 0 |
| | | XonChar - 68 |
| | | XoffChar - 0 |
|
[22/03/2018 15:41:25] |
92 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_SET_HANDFLOW - Request sets the configuration of handshake flow control |
| | | ControlHandShake - 0x00 |
| | | FlowReplace - 0x00 |
| | | XonLimit - 0 |
| | | XoffLimit - 0 |
|
[22/03/2018 15:41:25] |
94 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_BAUD_RATE - Returns the baud rate that is currently set for a COM port |
| | | BaudRate - 115200 |
|
[22/03/2018 15:41:25] |
96 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_LINE_CONTROL - Request returns information about the line control set for a COM port |
| | | StopBits - 0 (1 stop bit) |
| | | Parity - 0 (NO_PARITY) |
| | | WordLength - 8 |
|
[22/03/2018 15:41:25] |
98 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_CHARS - Request returns the special characters that Serial uses with handshake flow control |
| | | EofChar - 76 |
| | | ErrorChar - 0 |
| | | BreakChar - 0 |
| | | EventChar - 0 |
| | | XonChar - 68 |
| | | XoffChar - 0 |
|
[22/03/2018 15:41:25] |
100 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_HANDFLOW - Request returns information about the configuration of the handshake flow control set for a COM port |
| | | ControlHandShake - 0x00 |
| | | FlowReplace - 0x00 |
| | | XonLimit - 0 |
| | | XoffLimit - 0 |
|
[22/03/2018 15:41:25] |
102 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_BAUD_RATE - Returns the baud rate that is currently set for a COM port |
| | | BaudRate - 115200 |
|
[22/03/2018 15:41:25] |
104 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_LINE_CONTROL - Request returns information about the line control set for a COM port |
| | | StopBits - 0 (1 stop bit) |
| | | Parity - 0 (NO_PARITY) |
| | | WordLength - 8 |
|
[22/03/2018 15:41:25] |
106 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_CHARS - Request returns the special characters that Serial uses with handshake flow control |
| | | EofChar - 76 |
| | | ErrorChar - 0 |
| | | BreakChar - 0 |
| | | EventChar - 0 |
| | | XonChar - 68 |
| | | XoffChar - 0 |
|
[22/03/2018 15:41:25] |
108 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_HANDFLOW - Request returns information about the configuration of the handshake flow control set for a COM port |
| | | ControlHandShake - 0x00 |
| | | FlowReplace - 0x00 |
| | | XonLimit - 0 |
| | | XoffLimit - 0 |
|
[22/03/2018 15:41:25] |
110 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
113 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 11 50 T..P |
|
[22/03/2018 15:41:25] |
115 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
116 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_SET_BAUD_RATE - Request sets the baud rate on a COM port. Serial verifies the specified baud rate |
| | | BaudRate - 115200 |
|
[22/03/2018 15:41:25] |
118 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_CLR_RTS - Request clears the RTS control signal |
|
[22/03/2018 15:41:25] |
120 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_CLR_DTR - Request clears the DTR control signal. |
|
[22/03/2018 15:41:25] |
122 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_SET_LINE_CONTROL - Request sets the line control register |
| | | StopBits - 0 (1 stop bit) |
| | | Parity - 0 (NO_PARITY) |
| | | WordLength - 8 |
|
[22/03/2018 15:41:25] |
124 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_SET_CHARS - Request sets the special characters that Serial uses for handshake flow control |
| | | EofChar - 76 |
| | | ErrorChar - 0 |
| | | BreakChar - 0 |
| | | EventChar - 0 |
| | | XonChar - 68 |
| | | XoffChar - 0 |
|
[22/03/2018 15:41:25] |
126 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_SET_HANDFLOW - Request sets the configuration of handshake flow control |
| | | ControlHandShake - 0x00 |
| | | FlowReplace - 0x00 |
| | | XonLimit - 0 |
| | | XoffLimit - 0 |
|
[22/03/2018 15:41:25] |
128 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_BAUD_RATE - Returns the baud rate that is currently set for a COM port |
| | | BaudRate - 115200 |
|
[22/03/2018 15:41:25] |
130 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_LINE_CONTROL - Request returns information about the line control set for a COM port |
| | | StopBits - 0 (1 stop bit) |
| | | Parity - 0 (NO_PARITY) |
| | | WordLength - 8 |
|
[22/03/2018 15:41:25] |
132 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_CHARS - Request returns the special characters that Serial uses with handshake flow control |
| | | EofChar - 76 |
| | | ErrorChar - 0 |
| | | BreakChar - 0 |
| | | EventChar - 0 |
| | | XonChar - 68 |
| | | XoffChar - 0 |
|
[22/03/2018 15:41:25] |
134 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_HANDFLOW - Request returns information about the configuration of the handshake flow control set for a COM port |
| | | ControlHandShake - 0x00 |
| | | FlowReplace - 0x00 |
| | | XonLimit - 0 |
| | | XoffLimit - 0 |
|
[22/03/2018 15:41:25] |
136 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_BAUD_RATE - Returns the baud rate that is currently set for a COM port |
| | | BaudRate - 115200 |
|
[22/03/2018 15:41:25] |
138 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_LINE_CONTROL - Request returns information about the line control set for a COM port |
| | | StopBits - 0 (1 stop bit) |
| | | Parity - 0 (NO_PARITY) |
| | | WordLength - 8 |
|
[22/03/2018 15:41:25] |
140 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_CHARS - Request returns the special characters that Serial uses with handshake flow control |
| | | EofChar - 76 |
| | | ErrorChar - 0 |
| | | BreakChar - 0 |
| | | EventChar - 0 |
| | | XonChar - 68 |
| | | XoffChar - 0 |
|
[22/03/2018 15:41:25] |
142 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_HANDFLOW - Request returns information about the configuration of the handshake flow control set for a COM port |
| | | ControlHandShake - 0x00 |
| | | FlowReplace - 0x00 |
| | | XonLimit - 0 |
| | | XoffLimit - 0 |
|
[22/03/2018 15:41:25] |
144 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
145 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_SET_BAUD_RATE - Request sets the baud rate on a COM port. Serial verifies the specified baud rate |
| | | BaudRate - 115200 |
|
[22/03/2018 15:41:25] |
148 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
150 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_CLR_RTS - Request clears the RTS control signal |
|
[22/03/2018 15:41:25] |
152 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
154 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_CLR_DTR - Request clears the DTR control signal. |
|
[22/03/2018 15:41:25] |
156 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_SET_LINE_CONTROL - Request sets the line control register |
| | | StopBits - 0 (1 stop bit) |
| | | Parity - 0 (NO_PARITY) |
| | | WordLength - 8 |
|
[22/03/2018 15:41:25] |
158 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_SET_CHARS - Request sets the special characters that Serial uses for handshake flow control |
| | | EofChar - 76 |
| | | ErrorChar - 0 |
| | | BreakChar - 0 |
| | | EventChar - 0 |
| | | XonChar - 68 |
| | | XoffChar - 0 |
|
[22/03/2018 15:41:25] |
160 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_SET_HANDFLOW - Request sets the configuration of handshake flow control |
| | | ControlHandShake - 0x00 |
| | | FlowReplace - 0x00 |
| | | XonLimit - 0 |
| | | XoffLimit - 0 |
|
[22/03/2018 15:41:25] |
162 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_BAUD_RATE - Returns the baud rate that is currently set for a COM port |
| | | BaudRate - 115200 |
|
[22/03/2018 15:41:25] |
164 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_LINE_CONTROL - Request returns information about the line control set for a COM port |
| | | StopBits - 0 (1 stop bit) |
| | | Parity - 0 (NO_PARITY) |
| | | WordLength - 8 |
|
[22/03/2018 15:41:25] |
166 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_CHARS - Request returns the special characters that Serial uses with handshake flow control |
| | | EofChar - 76 |
| | | ErrorChar - 0 |
| | | BreakChar - 0 |
| | | EventChar - 0 |
| | | XonChar - 68 |
| | | XoffChar - 0 |
|
[22/03/2018 15:41:25] |
168 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_HANDFLOW - Request returns information about the configuration of the handshake flow control set for a COM port |
| | | ControlHandShake - 0x00 |
| | | FlowReplace - 0x00 |
| | | XonLimit - 0 |
| | | XoffLimit - 0 |
|
[22/03/2018 15:41:25] |
170 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_BAUD_RATE - Returns the baud rate that is currently set for a COM port |
| | | BaudRate - 115200 |
|
[22/03/2018 15:41:25] |
172 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_LINE_CONTROL - Request returns information about the line control set for a COM port |
| | | StopBits - 0 (1 stop bit) |
| | | Parity - 0 (NO_PARITY) |
| | | WordLength - 8 |
|
[22/03/2018 15:41:25] |
174 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_CHARS - Request returns the special characters that Serial uses with handshake flow control |
| | | EofChar - 76 |
| | | ErrorChar - 0 |
| | | BreakChar - 0 |
| | | EventChar - 0 |
| | | XonChar - 68 |
| | | XoffChar - 0 |
|
[22/03/2018 15:41:25] |
176 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_HANDFLOW - Request returns information about the configuration of the handshake flow control set for a COM port |
| | | ControlHandShake - 0x00 |
| | | FlowReplace - 0x00 |
| | | XonLimit - 0 |
| | | XoffLimit - 0 |
|
[22/03/2018 15:41:25] |
178 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_SET_BAUD_RATE - Request sets the baud rate on a COM port. Serial verifies the specified baud rate |
| | | BaudRate - 115200 |
|
[22/03/2018 15:41:25] |
180 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_CLR_RTS - Request clears the RTS control signal |
|
[22/03/2018 15:41:25] |
182 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
185 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
187 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
188 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_CLR_DTR - Request clears the DTR control signal. |
|
[22/03/2018 15:41:25] |
190 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_SET_LINE_CONTROL - Request sets the line control register |
| | | StopBits - 0 (1 stop bit) |
| | | Parity - 0 (NO_PARITY) |
| | | WordLength - 8 |
|
[22/03/2018 15:41:25] |
192 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_SET_CHARS - Request sets the special characters that Serial uses for handshake flow control |
| | | EofChar - 76 |
| | | ErrorChar - 0 |
| | | BreakChar - 0 |
| | | EventChar - 0 |
| | | XonChar - 68 |
| | | XoffChar - 0 |
|
[22/03/2018 15:41:25] |
194 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_SET_HANDFLOW - Request sets the configuration of handshake flow control |
| | | ControlHandShake - 0x00 |
| | | FlowReplace - 0x00 |
| | | XonLimit - 0 |
| | | XoffLimit - 0 |
|
[22/03/2018 15:41:25] |
196 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_BAUD_RATE - Returns the baud rate that is currently set for a COM port |
| | | BaudRate - 115200 |
|
[22/03/2018 15:41:25] |
198 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_LINE_CONTROL - Request returns information about the line control set for a COM port |
| | | StopBits - 0 (1 stop bit) |
| | | Parity - 0 (NO_PARITY) |
| | | WordLength - 8 |
|
[22/03/2018 15:41:25] |
200 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_CHARS - Request returns the special characters that Serial uses with handshake flow control |
| | | EofChar - 76 |
| | | ErrorChar - 0 |
| | | BreakChar - 0 |
| | | EventChar - 0 |
| | | XonChar - 68 |
| | | XoffChar - 0 |
|
[22/03/2018 15:41:25] |
202 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_HANDFLOW - Request returns information about the configuration of the handshake flow control set for a COM port |
| | | ControlHandShake - 0x00 |
| | | FlowReplace - 0x00 |
| | | XonLimit - 0 |
| | | XoffLimit - 0 |
|
[22/03/2018 15:41:25] |
204 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_CLR_DTR - Request clears the DTR control signal. |
|
[22/03/2018 15:41:25] |
206 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_CLR_RTS - Request clears the RTS control signal |
|
[22/03/2018 15:41:25] |
207 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
210 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
212 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
213 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
216 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
218 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
219 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
222 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
224 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
225 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
228 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
230 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
231 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
234 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
236 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
237 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
240 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
242 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
243 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
246 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
248 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
249 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
252 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
254 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
255 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
258 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 11 50 T..P |
|
[22/03/2018 15:41:25] |
260 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
261 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
264 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
266 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
267 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
270 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 11 50 T..P |
|
[22/03/2018 15:41:25] |
272 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
273 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
276 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
278 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
279 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
282 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
284 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
285 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
288 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
290 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
291 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
294 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
296 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
297 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
300 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
302 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
303 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
306 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
308 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
309 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
312 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
314 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
315 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
318 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
320 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
321 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
324 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 11 50 T..P |
|
[22/03/2018 15:41:25] |
326 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
327 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
330 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
332 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
333 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
336 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
338 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
339 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
342 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
344 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
345 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
348 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
350 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
351 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
354 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
356 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
357 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
360 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
362 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
363 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
366 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
368 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
369 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
372 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
374 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
375 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
378 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
380 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
381 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
384 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
386 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
387 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
390 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
392 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
393 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
396 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
398 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
399 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
402 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
404 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
405 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
408 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
410 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
411 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
414 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
416 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
417 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
420 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
422 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
423 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
426 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
428 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
429 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
432 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
434 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
435 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
438 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
440 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
441 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
444 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
446 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
447 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
450 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
452 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
453 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
456 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
458 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
459 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
462 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
464 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
465 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
468 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
470 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
471 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
474 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
476 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
477 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
480 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
482 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
483 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
486 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 11 50 T..P |
|
[22/03/2018 15:41:25] |
488 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
489 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
492 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
494 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
495 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
498 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
500 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
501 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
504 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 11 50 T..P |
|
[22/03/2018 15:41:25] |
506 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
507 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
510 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
512 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
513 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
516 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
518 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
519 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
522 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
524 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
525 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
528 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
530 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
531 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
534 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
536 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
537 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
540 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
542 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
543 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
546 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
548 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
549 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
552 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
554 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
555 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
558 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
560 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
561 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
564 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
566 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
567 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
570 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
572 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
573 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
576 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
578 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
579 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
582 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
584 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
585 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
588 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
590 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
591 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
594 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
596 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
597 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
600 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
602 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
603 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
606 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
608 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
609 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
612 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
614 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
615 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
618 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
620 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
621 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
624 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
626 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
627 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
630 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 11 50 T..P |
|
[22/03/2018 15:41:25] |
632 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
633 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
636 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
638 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
639 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
642 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
644 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
645 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
648 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 11 50 T..P |
|
[22/03/2018 15:41:25] |
650 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
651 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
654 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
656 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
657 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
660 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
662 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
663 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
666 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
668 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
669 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
672 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 0c 03 T... |
|
[22/03/2018 15:41:25] |
674 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
675 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
678 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
680 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
681 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
684 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
686 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
687 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
690 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
692 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
693 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
696 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
698 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
699 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
702 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
704 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
705 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
708 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
710 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
711 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
714 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
716 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
717 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
720 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
722 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
723 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
726 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
728 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
729 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
732 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
734 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
735 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
738 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
740 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
741 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
744 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
746 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
747 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
750 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
752 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
753 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
756 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
758 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
759 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
762 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
764 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
765 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
768 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
770 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
771 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
774 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
776 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
777 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
780 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
782 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
783 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
786 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
788 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
789 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
792 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
794 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
795 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
798 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
800 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
801 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
804 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 20 c7 T. Ç |
|
[22/03/2018 15:41:25] |
806 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
807 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
810 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
812 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
813 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
816 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
818 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
819 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
822 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
824 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
825 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
828 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
830 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
831 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
834 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 11 50 T..P |
|
[22/03/2018 15:41:25] |
836 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
837 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
840 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
842 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
843 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
846 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
848 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
849 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
852 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
854 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
855 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
858 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
860 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
861 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
864 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
866 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
867 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
870 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
872 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
873 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
876 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
878 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
879 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
882 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
884 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
885 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
888 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
890 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
891 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
894 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
896 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
897 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
900 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 16 45 T..E |
|
[22/03/2018 15:41:25] |
902 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
903 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
906 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
908 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_COMMSTATUS - Request returns information about the communication status of a COM port |
| | | Errors - 0 |
| | | HoldReasons - 0 |
| | | AmountInInQueue - 0 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[22/03/2018 15:41:25] |
909 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
| | | Mask - 0x00000401 (EV_RXCHAR) |
|
[22/03/2018 15:41:25] |
912 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 4 bytes of 1024 |
| STATUS_SUCCESS |
| | | 54 08 1b 66 T..f |
|
[22/03/2018 15:41:25] |
913 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_CANCELLED |
| | IOCTL_SERIAL_WAIT_ON_MASK - Request is used to wait for the occurrence of any wait event specified by using an IOCTL_SERIAL_SET_WAIT_MASK request |
|
[22/03/2018 15:41:25] |
915 | IRP_MJ_CLOSE - Close a COM port (COM3) |
| STATUS_SUCCESS |
|