[18/10/2016 12:51:21] |
1 | IRP_MJ_CREATE - Opens a COM port (COM3) |
| STATUS_SUCCESS |
| | Opened by: |
| | | C:\Program Files (x86)\KD-C1\KD-C1.exe |
|
[18/10/2016 12:51:21] |
3 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:21] |
5 | 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 - 1024 |
| | | OutSize - 512 |
|
[18/10/2016 12:51:21] |
7 | 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 |
|
[18/10/2016 12:51:21] |
9 | 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 - 5000 |
|
[18/10/2016 12:51:21] |
11 | 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 - 9600 |
|
[18/10/2016 12:51:21] |
13 | 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 - 2 (2 stop bits) |
| | | Parity - 0 (NO_PARITY) |
| | | WordLength - 8 |
|
[18/10/2016 12:51:21] |
15 | 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 - 26 |
| | | ErrorChar - 0 |
| | | BreakChar - 0 |
| | | EventChar - 0 |
| | | XonChar - 17 |
| | | XoffChar - 19 |
|
[18/10/2016 12:51:21] |
17 | 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 - 0x01 (SERIAL_DTR_CONTROL) |
| | | FlowReplace - 0x00 |
| | | XonLimit - 2048 |
| | | XoffLimit - 512 |
|
[18/10/2016 12:51:21] |
19 | 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 - 9600 |
|
[18/10/2016 12:51:21] |
21 | 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 - 2 (2 stop bits) |
| | | Parity - 0 (NO_PARITY) |
| | | WordLength - 8 |
|
[18/10/2016 12:51:21] |
23 | 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 - 26 |
| | | ErrorChar - 0 |
| | | BreakChar - 0 |
| | | EventChar - 0 |
| | | XonChar - 17 |
| | | XoffChar - 19 |
|
[18/10/2016 12:51:21] |
25 | 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 - 0x01 (SERIAL_DTR_CONTROL) |
| | | FlowReplace - 0x00 |
| | | XonLimit - 2048 |
| | | XoffLimit - 512 |
|
[18/10/2016 12:51:21] |
28 | 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 - 9600 |
|
[18/10/2016 12:51:21] |
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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:21] |
32 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_CLR_RTS - Request clears the RTS control signal |
|
[18/10/2016 12:51:21] |
33 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:21] |
36 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_SET_DTR - Request sets DTR |
|
[18/10/2016 12:51:21] |
38 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_SET_LINE_CONTROL - Request sets the line control register |
| | | StopBits - 2 (2 stop bits) |
| | | Parity - 0 (NO_PARITY) |
| | | WordLength - 8 |
|
[18/10/2016 12:51:21] |
40 | 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 - 26 |
| | | ErrorChar - 0 |
| | | BreakChar - 0 |
| | | EventChar - 0 |
| | | XonChar - 17 |
| | | XoffChar - 19 |
|
[18/10/2016 12:51:21] |
42 | 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 - 0x01 (SERIAL_DTR_CONTROL) |
| | | FlowReplace - 0x00 |
| | | XonLimit - 256 |
| | | XoffLimit - 256 |
|
[18/10/2016 12:51:21] |
44 | 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 |
|
[18/10/2016 12:51:21] |
46 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:21] |
48 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 7 bytes of 7 |
| STATUS_SUCCESS |
| | | 50 52 4f 47 52 47 53 PROGRGS |
|
[18/10/2016 12:51:21] |
49 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:21] |
51 | 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 |
|
[18/10/2016 12:51:21] |
53 | 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 |
|
[18/10/2016 12:51:21] |
55 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:21] |
58 | 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 |
|
[18/10/2016 12:51:22] |
60 | 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 |
|
[18/10/2016 12:51:22] |
62 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:22] |
64 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 7 bytes of 7 |
| STATUS_SUCCESS |
| | | 50 52 4f 47 52 47 53 PROGRGS |
|
[18/10/2016 12:51:22] |
65 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
67 | 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 |
|
[18/10/2016 12:51:22] |
70 | 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 |
|
[18/10/2016 12:51:22] |
71 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
74 | 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 |
|
[18/10/2016 12:51:22] |
76 | 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 |
|
[18/10/2016 12:51:22] |
78 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:22] |
80 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 7 bytes of 7 |
| STATUS_SUCCESS |
| | | 50 52 4f 47 52 47 53 PROGRGS |
|
[18/10/2016 12:51:22] |
81 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
83 | 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 |
|
[18/10/2016 12:51:22] |
85 | 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 |
|
[18/10/2016 12:51:22] |
88 | 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 |
|
[18/10/2016 12:51:22] |
89 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
91 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:22] |
93 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
95 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
97 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
100 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
102 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:22] |
104 | 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 |
|
[18/10/2016 12:51:22] |
106 | 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 |
|
[18/10/2016 12:51:22] |
108 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:22] |
110 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 02 . |
|
[18/10/2016 12:51:22] |
111 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
113 | 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 |
|
[18/10/2016 12:51:22] |
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 |
|
[18/10/2016 12:51:22] |
117 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
120 | 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 |
|
[18/10/2016 12:51:22] |
122 | 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 |
|
[18/10/2016 12:51:22] |
123 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:22] |
126 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
127 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
130 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
132 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
134 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 50 P |
|
[18/10/2016 12:51:22] |
136 | 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 |
|
[18/10/2016 12:51:22] |
138 | 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 |
|
[18/10/2016 12:51:22] |
139 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:22] |
142 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
144 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
145 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
148 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
150 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 33 3 |
|
[18/10/2016 12:51:22] |
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 |
|
[18/10/2016 12:51:22] |
154 | 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 |
|
[18/10/2016 12:51:22] |
155 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:22] |
158 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
159 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
161 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
164 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
166 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 32 2 |
|
[18/10/2016 12:51:22] |
168 | 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 |
|
[18/10/2016 12:51:22] |
170 | 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 |
|
[18/10/2016 12:51:22] |
171 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:22] |
174 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
175 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
177 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
180 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
182 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 30 0 |
|
[18/10/2016 12:51:22] |
184 | 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 |
|
[18/10/2016 12:51:22] |
186 | 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 |
|
[18/10/2016 12:51:22] |
187 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:22] |
190 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
191 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
193 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
196 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
198 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 37 7 |
|
[18/10/2016 12:51:22] |
200 | 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 |
|
[18/10/2016 12:51:22] |
202 | 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 |
|
[18/10/2016 12:51:22] |
203 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:22] |
206 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
207 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
209 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
214 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 33 3 |
|
[18/10/2016 12:51:22] |
216 | 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 |
|
[18/10/2016 12:51:22] |
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 |
|
[18/10/2016 12:51:22] |
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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:22] |
222 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
224 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
225 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
228 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
230 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | f8 ø |
|
[18/10/2016 12:51:22] |
232 | 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 |
|
[18/10/2016 12:51:22] |
234 | 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 |
|
[18/10/2016 12:51:22] |
235 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:22] |
238 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
240 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
241 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
244 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
246 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | ff ÿ |
|
[18/10/2016 12:51:22] |
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 |
|
[18/10/2016 12:51:22] |
250 | 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 |
|
[18/10/2016 12:51:22] |
252 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:22] |
254 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:22] |
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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
257 | 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 |
|
[18/10/2016 12:51:22] |
259 | 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 |
|
[18/10/2016 12:51:22] |
261 | 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 |
|
[18/10/2016 12:51:22] |
264 | 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 |
|
[18/10/2016 12:51:22] |
265 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:22] |
270 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
272 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
273 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
276 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
278 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:22] |
280 | 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 |
|
[18/10/2016 12:51:22] |
282 | 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 |
|
[18/10/2016 12:51:22] |
284 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:22] |
286 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 07 . |
|
[18/10/2016 12:51:22] |
287 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
289 | 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 |
|
[18/10/2016 12:51:22] |
291 | 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 |
|
[18/10/2016 12:51:22] |
293 | 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 |
|
[18/10/2016 12:51:22] |
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 |
|
[18/10/2016 12:51:22] |
297 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
299 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:22] |
301 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
304 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
306 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
310 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 4e N |
|
[18/10/2016 12:51:22] |
312 | 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 |
|
[18/10/2016 12:51:22] |
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 |
|
[18/10/2016 12:51:22] |
316 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:22] |
318 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 00 00 10 ff ff ff ff ff ff ff ff ff ff ff ff W...ÿÿÿÿÿÿÿÿÿÿÿÿ |
| | | ff ff ff ff ÿÿÿÿ |
|
[18/10/2016 12:51:22] |
319 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
321 | 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 |
|
[18/10/2016 12:51:22] |
323 | 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 |
|
[18/10/2016 12:51:22] |
325 | 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 |
|
[18/10/2016 12:51:22] |
327 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
329 | 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 |
|
[18/10/2016 12:51:22] |
331 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:22] |
334 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
335 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
340 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
342 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:22] |
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 |
|
[18/10/2016 12:51:22] |
346 | 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 |
|
[18/10/2016 12:51:22] |
348 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:22] |
350 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 00 10 10 00 75 28 45 00 75 28 45 39 03 39 03 W....u(E.u(E9.9. |
| | | 00 30 00 00 .0.. |
|
[18/10/2016 12:51:22] |
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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
353 | 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 |
|
[18/10/2016 12:51:22] |
355 | 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 |
|
[18/10/2016 12:51:22] |
357 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
360 | 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 |
|
[18/10/2016 12:51:22] |
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 |
|
[18/10/2016 12:51:22] |
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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:22] |
365 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
367 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
370 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
372 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
374 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:22] |
376 | 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 |
|
[18/10/2016 12:51:22] |
378 | 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 |
|
[18/10/2016 12:51:22] |
380 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:22] |
382 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 00 20 10 00 25 43 45 00 25 43 45 13 28 13 28 W. ..%CE.%CE.(.( |
| | | 00 30 00 00 .0.. |
|
[18/10/2016 12:51:22] |
383 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
385 | 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 |
|
[18/10/2016 12:51:22] |
387 | 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 |
|
[18/10/2016 12:51:22] |
389 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
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 |
|
[18/10/2016 12:51:22] |
394 | 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 |
|
[18/10/2016 12:51:22] |
395 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:22] |
397 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
400 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
402 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
406 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:22] |
408 | 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 |
|
[18/10/2016 12:51:22] |
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 |
|
[18/10/2016 12:51:22] |
412 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:22] |
414 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 00 30 10 00 25 46 45 00 25 46 45 85 05 85 05 W.0..%FE.%FE….…. |
| | | 00 30 00 00 .0.. |
|
[18/10/2016 12:51:22] |
415 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
418 | 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 |
|
[18/10/2016 12:51:22] |
420 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
421 | 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 |
|
[18/10/2016 12:51:22] |
424 | 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 |
|
[18/10/2016 12:51:22] |
426 | 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 |
|
[18/10/2016 12:51:22] |
427 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:22] |
429 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
431 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
436 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
438 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:22] |
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 |
|
[18/10/2016 12:51:22] |
442 | 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 |
|
[18/10/2016 12:51:22] |
444 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:22] |
446 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 00 40 10 00 25 51 45 00 25 51 45 a5 28 a5 28 W.@..%QE.%QE¥(¥( |
| | | 00 30 00 00 .0.. |
|
[18/10/2016 12:51:22] |
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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
450 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
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 |
|
[18/10/2016 12:51:22] |
454 | 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 |
|
[18/10/2016 12:51:22] |
456 | 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 |
|
[18/10/2016 12:51:22] |
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 |
|
[18/10/2016 12:51:22] |
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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:22] |
461 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
466 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
468 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
470 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:22] |
472 | 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 |
|
[18/10/2016 12:51:22] |
474 | 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 |
|
[18/10/2016 12:51:22] |
476 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:22] |
478 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 00 50 10 00 25 54 45 00 25 54 45 a4 04 a4 04 W.P..%TE.%TE¤.¤. |
| | | 00 30 00 00 .0.. |
|
[18/10/2016 12:51:22] |
479 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
481 | 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 |
|
[18/10/2016 12:51:22] |
483 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
485 | 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 |
|
[18/10/2016 12:51:22] |
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 |
|
[18/10/2016 12:51:22] |
490 | 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 |
|
[18/10/2016 12:51:22] |
491 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:22] |
493 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
496 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
498 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
502 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:22] |
504 | 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 |
|
[18/10/2016 12:51:22] |
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 |
|
[18/10/2016 12:51:22] |
508 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:22] |
510 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 00 60 10 00 75 55 45 00 75 55 45 6e 28 6e 28 W.`..uUE.uUEn(n( |
| | | 00 30 00 00 .0.. |
|
[18/10/2016 12:51:22] |
511 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
514 | 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 |
|
[18/10/2016 12:51:22] |
515 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
517 | 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 |
|
[18/10/2016 12:51:22] |
520 | 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 |
|
[18/10/2016 12:51:22] |
522 | 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 |
|
[18/10/2016 12:51:22] |
523 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:22] |
525 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
527 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
532 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
534 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:22] |
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 |
|
[18/10/2016 12:51:22] |
538 | 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 |
|
[18/10/2016 12:51:22] |
540 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:22] |
542 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 00 70 10 00 25 56 45 00 25 56 45 56 06 56 06 W.p..%VE.%VEV.V. |
| | | 00 30 00 00 .0.. |
|
[18/10/2016 12:51:22] |
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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
545 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
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 |
|
[18/10/2016 12:51:22] |
550 | 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 |
|
[18/10/2016 12:51:22] |
552 | 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 |
|
[18/10/2016 12:51:22] |
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 |
|
[18/10/2016 12:51:22] |
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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:22] |
557 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
562 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
564 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
566 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:22] |
568 | 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 |
|
[18/10/2016 12:51:22] |
570 | 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 |
|
[18/10/2016 12:51:22] |
572 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:22] |
574 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 00 80 10 00 50 02 40 00 50 02 40 9e 02 9e 02 W.€..P.@.P.@ž.ž. |
| | | 00 30 00 00 .0.. |
|
[18/10/2016 12:51:22] |
575 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
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 |
|
[18/10/2016 12:51:22] |
579 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
581 | 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 |
|
[18/10/2016 12:51:22] |
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 |
|
[18/10/2016 12:51:22] |
586 | 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 |
|
[18/10/2016 12:51:22] |
587 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:22] |
589 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
592 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
594 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
598 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:22] |
600 | 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 |
|
[18/10/2016 12:51:22] |
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 |
|
[18/10/2016 12:51:22] |
604 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:22] |
606 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 00 90 10 00 85 99 46 00 85 99 46 9e 02 9e 02 W...…™F.…™Fž.ž. |
| | | 00 30 00 00 .0.. |
|
[18/10/2016 12:51:22] |
607 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
610 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
612 | 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 |
|
[18/10/2016 12:51:22] |
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 |
|
[18/10/2016 12:51:22] |
616 | 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 |
|
[18/10/2016 12:51:22] |
618 | 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 |
|
[18/10/2016 12:51:22] |
619 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:22] |
621 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
624 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
628 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
630 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:22] |
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 |
|
[18/10/2016 12:51:22] |
634 | 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 |
|
[18/10/2016 12:51:22] |
636 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:22] |
638 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 00 a0 10 00 25 01 45 00 25 01 45 25 a9 25 a9 W. ..%.E.%.E%©%© |
| | | 00 30 00 00 .0.. |
|
[18/10/2016 12:51:22] |
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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
641 | 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 |
|
[18/10/2016 12:51:22] |
643 | 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 |
|
[18/10/2016 12:51:22] |
645 | 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 |
|
[18/10/2016 12:51:22] |
647 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
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 |
|
[18/10/2016 12:51:22] |
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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:22] |
654 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
658 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
660 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
662 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:22] |
664 | 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 |
|
[18/10/2016 12:51:22] |
666 | 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 |
|
[18/10/2016 12:51:22] |
668 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:22] |
670 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 00 b0 10 00 75 08 45 00 75 08 45 26 05 26 05 W.°..u.E.u.E&.&. |
| | | 00 30 00 00 .0.. |
|
[18/10/2016 12:51:22] |
671 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
673 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
675 | 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 |
|
[18/10/2016 12:51:22] |
678 | 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 |
|
[18/10/2016 12:51:22] |
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 |
|
[18/10/2016 12:51:22] |
682 | 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 |
|
[18/10/2016 12:51:22] |
683 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:22] |
685 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
688 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
690 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
694 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:22] |
696 | 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 |
|
[18/10/2016 12:51:22] |
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 |
|
[18/10/2016 12:51:22] |
700 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:22] |
702 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 00 c0 10 00 25 13 45 00 25 13 45 e6 a8 e6 a8 W.À..%.E.%.Eæ¨æ¨ |
| | | 00 30 00 00 .0.. |
|
[18/10/2016 12:51:22] |
703 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
705 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
708 | 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 |
|
[18/10/2016 12:51:22] |
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 |
|
[18/10/2016 12:51:22] |
712 | 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 |
|
[18/10/2016 12:51:22] |
714 | 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 |
|
[18/10/2016 12:51:22] |
715 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:22] |
717 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
720 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
724 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
726 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:22] |
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 |
|
[18/10/2016 12:51:22] |
730 | 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 |
|
[18/10/2016 12:51:22] |
732 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:22] |
734 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 00 d0 10 00 50 24 45 00 50 24 45 72 09 72 09 W.Ð..P$E.P$Er.r. |
| | | 00 30 00 00 .0.. |
|
[18/10/2016 12:51:22] |
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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
737 | 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 |
|
[18/10/2016 12:51:22] |
739 | 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 |
|
[18/10/2016 12:51:22] |
741 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
744 | 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 |
|
[18/10/2016 12:51:22] |
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 |
|
[18/10/2016 12:51:22] |
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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:22] |
749 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
754 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
756 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
758 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:22] |
760 | 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 |
|
[18/10/2016 12:51:22] |
762 | 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 |
|
[18/10/2016 12:51:22] |
764 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:22] |
766 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 00 e0 10 00 75 34 45 00 75 34 45 8a 29 8a 29 W.à..u4E.u4EŠ)Š) |
| | | 00 30 00 00 .0.. |
|
[18/10/2016 12:51:22] |
767 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
769 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
772 | 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 |
|
[18/10/2016 12:51:22] |
774 | 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 |
|
[18/10/2016 12:51:22] |
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 |
|
[18/10/2016 12:51:22] |
778 | 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 |
|
[18/10/2016 12:51:22] |
779 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:22] |
781 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
784 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
786 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
790 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:22] |
792 | 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 |
|
[18/10/2016 12:51:22] |
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 |
|
[18/10/2016 12:51:22] |
796 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:22] |
798 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 00 f0 10 00 75 45 45 00 75 45 45 6b 07 6b 07 W.ð..uEE.uEEk.k. |
| | | 00 30 00 00 .0.. |
|
[18/10/2016 12:51:22] |
799 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
801 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
804 | 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 |
|
[18/10/2016 12:51:22] |
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 |
|
[18/10/2016 12:51:22] |
808 | 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 |
|
[18/10/2016 12:51:22] |
810 | 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 |
|
[18/10/2016 12:51:22] |
811 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:22] |
813 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
816 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
820 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
822 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:22] |
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 |
|
[18/10/2016 12:51:22] |
826 | 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 |
|
[18/10/2016 12:51:22] |
828 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:22] |
830 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 01 00 10 00 75 18 45 00 75 18 45 53 a9 53 a9 W....u.E.u.ES©S© |
| | | 00 30 00 00 .0.. |
|
[18/10/2016 12:51:22] |
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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
834 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
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 |
|
[18/10/2016 12:51:22] |
838 | 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 |
|
[18/10/2016 12:51:22] |
840 | 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 |
|
[18/10/2016 12:51:22] |
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 |
|
[18/10/2016 12:51:22] |
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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:22] |
845 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
850 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
852 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
854 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:22] |
856 | 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 |
|
[18/10/2016 12:51:22] |
858 | 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 |
|
[18/10/2016 12:51:22] |
860 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:22] |
862 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 01 10 10 00 00 00 00 00 00 00 00 00 00 00 00 W............... |
| | | 00 00 00 00 .... |
|
[18/10/2016 12:51:22] |
863 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
865 | 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 |
|
[18/10/2016 12:51:22] |
867 | 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 |
|
[18/10/2016 12:51:22] |
869 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
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 |
|
[18/10/2016 12:51:22] |
874 | 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 |
|
[18/10/2016 12:51:22] |
875 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:22] |
877 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
880 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
882 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
886 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:22] |
888 | 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 |
|
[18/10/2016 12:51:22] |
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 |
|
[18/10/2016 12:51:22] |
892 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:22] |
894 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 01 20 10 00 00 00 00 00 00 00 00 00 00 00 00 W. ............. |
| | | 00 00 00 02 .... |
|
[18/10/2016 12:51:22] |
895 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
898 | 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 |
|
[18/10/2016 12:51:22] |
899 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
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 |
|
[18/10/2016 12:51:22] |
904 | 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 |
|
[18/10/2016 12:51:22] |
906 | 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 |
|
[18/10/2016 12:51:22] |
907 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:22] |
909 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
912 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
914 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
916 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:22] |
918 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:22] |
920 | 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 |
|
[18/10/2016 12:51:22] |
922 | 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 |
|
[18/10/2016 12:51:22] |
924 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:22] |
926 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 01 30 10 04 00 00 00 04 01 01 00 00 00 05 02 W.0............. |
| | | 01 00 00 ff ...ÿ |
|
[18/10/2016 12:51:22] |
927 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
929 | 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 |
|
[18/10/2016 12:51:22] |
931 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:22] |
933 | 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 |
|
[18/10/2016 12:51:22] |
936 | 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 |
|
[18/10/2016 12:51:22] |
938 | 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 |
|
[18/10/2016 12:51:23] |
939 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:23] |
941 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
944 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
946 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
948 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
950 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:23] |
952 | 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 |
|
[18/10/2016 12:51:23] |
954 | 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 |
|
[18/10/2016 12:51:23] |
956 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:23] |
958 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 01 40 10 ff ff ff ff ff ff ff ff ff ff ff ff W.@.ÿÿÿÿÿÿÿÿÿÿÿÿ |
| | | ff ff ff ff ÿÿÿÿ |
|
[18/10/2016 12:51:23] |
959 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
961 | 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 |
|
[18/10/2016 12:51:23] |
963 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
965 | 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 |
|
[18/10/2016 12:51:23] |
968 | 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 |
|
[18/10/2016 12:51:23] |
970 | 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 |
|
[18/10/2016 12:51:23] |
971 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:23] |
973 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
975 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
978 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
980 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
982 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:23] |
984 | 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 |
|
[18/10/2016 12:51:23] |
986 | 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 |
|
[18/10/2016 12:51:23] |
988 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:23] |
990 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 01 50 10 ff ff ff ff ff ff ff ff ff ff ff ff W.P.ÿÿÿÿÿÿÿÿÿÿÿÿ |
| | | ff ff ff ff ÿÿÿÿ |
|
[18/10/2016 12:51:23] |
991 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
994 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
996 | 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 |
|
[18/10/2016 12:51:23] |
998 | 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 |
|
[18/10/2016 12:51:23] |
1000 | 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 |
|
[18/10/2016 12:51:23] |
1002 | 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 |
|
[18/10/2016 12:51:23] |
1003 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:23] |
1005 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1008 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1010 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1012 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1014 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:23] |
1016 | 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 |
|
[18/10/2016 12:51:23] |
1018 | 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 |
|
[18/10/2016 12:51:23] |
1020 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:23] |
1022 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 01 60 10 00 00 3c 3c 00 00 00 00 00 00 00 00 W.`...<<........ |
| | | 00 00 00 00 .... |
|
[18/10/2016 12:51:23] |
1023 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1025 | 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 |
|
[18/10/2016 12:51:23] |
1027 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1030 | 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 |
|
[18/10/2016 12:51:23] |
1032 | 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 |
|
[18/10/2016 12:51:23] |
1034 | 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 |
|
[18/10/2016 12:51:23] |
1035 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:23] |
1037 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1040 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1042 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1044 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1046 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:23] |
1048 | 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 |
|
[18/10/2016 12:51:23] |
1050 | 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 |
|
[18/10/2016 12:51:23] |
1052 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:23] |
1054 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 01 70 10 ff ff ff ff ff ff ff ff ff ff ff ff W.p.ÿÿÿÿÿÿÿÿÿÿÿÿ |
| | | ff ff ff ff ÿÿÿÿ |
|
[18/10/2016 12:51:23] |
1055 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1057 | 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 |
|
[18/10/2016 12:51:23] |
1059 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1062 | 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 |
|
[18/10/2016 12:51:23] |
1064 | 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 |
|
[18/10/2016 12:51:23] |
1066 | 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 |
|
[18/10/2016 12:51:23] |
1067 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:23] |
1069 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1072 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1074 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1076 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1078 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:23] |
1080 | 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 |
|
[18/10/2016 12:51:23] |
1082 | 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 |
|
[18/10/2016 12:51:23] |
1084 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:23] |
1086 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 01 b8 10 50 33 32 30 37 33 f8 ff 00 00 00 00 W.¸.P32073øÿ.... |
| | | 00 00 00 00 .... |
|
[18/10/2016 12:51:23] |
1087 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1089 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1092 | 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 |
|
[18/10/2016 12:51:23] |
1094 | 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 |
|
[18/10/2016 12:51:23] |
1096 | 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 |
|
[18/10/2016 12:51:23] |
1098 | 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 |
|
[18/10/2016 12:51:23] |
1099 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:23] |
1101 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1104 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1106 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1108 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1110 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:23] |
1112 | 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 |
|
[18/10/2016 12:51:23] |
1114 | 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 |
|
[18/10/2016 12:51:23] |
1116 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:23] |
1118 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 01 c8 10 ff ff ff ff ff ff ff ff ff ff ff ff W.È.ÿÿÿÿÿÿÿÿÿÿÿÿ |
| | | ff ff ff ff ÿÿÿÿ |
|
[18/10/2016 12:51:23] |
1119 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1121 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1123 | 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 |
|
[18/10/2016 12:51:23] |
1126 | 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 |
|
[18/10/2016 12:51:23] |
1128 | 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 |
|
[18/10/2016 12:51:23] |
1130 | 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 |
|
[18/10/2016 12:51:23] |
1131 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:23] |
1133 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1136 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1138 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1140 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1142 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:23] |
1144 | 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 |
|
[18/10/2016 12:51:23] |
1146 | 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 |
|
[18/10/2016 12:51:23] |
1148 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:23] |
1150 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 01 d8 10 ff ff ff ff ff ff ff ff ff ff ff ff W.Ø.ÿÿÿÿÿÿÿÿÿÿÿÿ |
| | | ff ff ff ff ÿÿÿÿ |
|
[18/10/2016 12:51:23] |
1151 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1153 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1156 | 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 |
|
[18/10/2016 12:51:23] |
1158 | 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 |
|
[18/10/2016 12:51:23] |
1160 | 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 |
|
[18/10/2016 12:51:23] |
1162 | 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 |
|
[18/10/2016 12:51:23] |
1163 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:23] |
1166 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1167 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1170 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1172 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1174 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:23] |
1176 | 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 |
|
[18/10/2016 12:51:23] |
1178 | 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 |
|
[18/10/2016 12:51:23] |
1180 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:23] |
1182 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 01 e8 10 ff ff ff ff ff ff ff ff ff ff ff ff W.è.ÿÿÿÿÿÿÿÿÿÿÿÿ |
| | | ff ff ff ff ÿÿÿÿ |
|
[18/10/2016 12:51:23] |
1183 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1185 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1188 | 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 |
|
[18/10/2016 12:51:23] |
1190 | 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 |
|
[18/10/2016 12:51:23] |
1192 | 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 |
|
[18/10/2016 12:51:23] |
1194 | 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 |
|
[18/10/2016 12:51:23] |
1195 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:23] |
1197 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1199 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1202 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1204 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1206 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:23] |
1208 | 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 |
|
[18/10/2016 12:51:23] |
1210 | 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 |
|
[18/10/2016 12:51:23] |
1212 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:23] |
1214 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 12 bytes of 12 |
| STATUS_SUCCESS |
| | | 57 01 f8 08 ff ff ff ff ff ff ff ff W.ø.ÿÿÿÿÿÿÿÿ |
|
[18/10/2016 12:51:23] |
1215 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1217 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1219 | 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 |
|
[18/10/2016 12:51:23] |
1222 | 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 |
|
[18/10/2016 12:51:23] |
1224 | 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 |
|
[18/10/2016 12:51:23] |
1226 | 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 |
|
[18/10/2016 12:51:23] |
1227 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:23] |
1229 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1232 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1234 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1236 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1238 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:23] |
1240 | 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 |
|
[18/10/2016 12:51:23] |
1242 | 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 |
|
[18/10/2016 12:51:23] |
1244 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:23] |
1246 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 02 00 10 ff ff ff ff ff ff ff ff ff ff ff ff W...ÿÿÿÿÿÿÿÿÿÿÿÿ |
| | | ff ff ff ff ÿÿÿÿ |
|
[18/10/2016 12:51:23] |
1247 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1249 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1252 | 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 |
|
[18/10/2016 12:51:23] |
1254 | 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 |
|
[18/10/2016 12:51:23] |
1256 | 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 |
|
[18/10/2016 12:51:23] |
1258 | 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 |
|
[18/10/2016 12:51:23] |
1259 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:23] |
1261 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1264 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1266 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1268 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1270 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:23] |
1272 | 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 |
|
[18/10/2016 12:51:23] |
1274 | 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 |
|
[18/10/2016 12:51:23] |
1276 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:23] |
1278 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 02 10 10 ff ff ff ff ff ff ff ff ff ff ff ff W...ÿÿÿÿÿÿÿÿÿÿÿÿ |
| | | ff ff ff ff ÿÿÿÿ |
|
[18/10/2016 12:51:23] |
1279 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1281 | 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 |
|
[18/10/2016 12:51:23] |
1283 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1286 | 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 |
|
[18/10/2016 12:51:23] |
1288 | 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 |
|
[18/10/2016 12:51:23] |
1290 | 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 |
|
[18/10/2016 12:51:23] |
1291 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:23] |
1293 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1296 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1298 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1300 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1302 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:23] |
1304 | 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 |
|
[18/10/2016 12:51:23] |
1306 | 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 |
|
[18/10/2016 12:51:23] |
1308 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:23] |
1310 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 02 20 10 ff ff ff ff ff ff ff ff ff ff ff ff W. .ÿÿÿÿÿÿÿÿÿÿÿÿ |
| | | ff ff ff ff ÿÿÿÿ |
|
[18/10/2016 12:51:23] |
1311 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1313 | 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 |
|
[18/10/2016 12:51:23] |
1315 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1318 | 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 |
|
[18/10/2016 12:51:23] |
1320 | 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 |
|
[18/10/2016 12:51:23] |
1322 | 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 |
|
[18/10/2016 12:51:23] |
1323 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:23] |
1325 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1327 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1330 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1332 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1334 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:23] |
1336 | 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 |
|
[18/10/2016 12:51:23] |
1338 | 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 |
|
[18/10/2016 12:51:23] |
1340 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:23] |
1342 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 02 30 10 ff ff ff ff ff ff ff ff ff ff ff ff W.0.ÿÿÿÿÿÿÿÿÿÿÿÿ |
| | | ff ff ff ff ÿÿÿÿ |
|
[18/10/2016 12:51:23] |
1343 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1346 | 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 |
|
[18/10/2016 12:51:23] |
1348 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1349 | 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 |
|
[18/10/2016 12:51:23] |
1352 | 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 |
|
[18/10/2016 12:51:23] |
1354 | 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 |
|
[18/10/2016 12:51:23] |
1355 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:23] |
1357 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1360 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1362 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1364 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1366 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:23] |
1368 | 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 |
|
[18/10/2016 12:51:23] |
1370 | 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 |
|
[18/10/2016 12:51:23] |
1372 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:23] |
1374 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 02 40 10 ff ff ff ff ff ff ff ff ff ff ff ff W.@.ÿÿÿÿÿÿÿÿÿÿÿÿ |
| | | ff ff ff ff ÿÿÿÿ |
|
[18/10/2016 12:51:23] |
1375 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1377 | 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 |
|
[18/10/2016 12:51:23] |
1379 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1382 | 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 |
|
[18/10/2016 12:51:23] |
1384 | 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 |
|
[18/10/2016 12:51:23] |
1386 | 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 |
|
[18/10/2016 12:51:23] |
1387 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:23] |
1389 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1392 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1394 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1396 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1398 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:23] |
1400 | 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 |
|
[18/10/2016 12:51:23] |
1402 | 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 |
|
[18/10/2016 12:51:23] |
1404 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:23] |
1406 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 02 50 10 ff ff ff ff ff ff ff ff ff ff ff ff W.P.ÿÿÿÿÿÿÿÿÿÿÿÿ |
| | | ff ff ff ff ÿÿÿÿ |
|
[18/10/2016 12:51:23] |
1407 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1409 | 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 |
|
[18/10/2016 12:51:23] |
1411 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1414 | 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 |
|
[18/10/2016 12:51:23] |
1416 | 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 |
|
[18/10/2016 12:51:23] |
1418 | 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 |
|
[18/10/2016 12:51:23] |
1419 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:23] |
1421 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1424 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1426 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1428 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1430 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:23] |
1432 | 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 |
|
[18/10/2016 12:51:23] |
1434 | 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 |
|
[18/10/2016 12:51:23] |
1436 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:23] |
1438 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 02 60 10 ff ff ff ff ff ff ff ff ff ff ff ff W.`.ÿÿÿÿÿÿÿÿÿÿÿÿ |
| | | ff ff ff ff ÿÿÿÿ |
|
[18/10/2016 12:51:23] |
1439 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1441 | 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 |
|
[18/10/2016 12:51:23] |
1443 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1446 | 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 |
|
[18/10/2016 12:51:23] |
1448 | 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 |
|
[18/10/2016 12:51:23] |
1450 | 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 |
|
[18/10/2016 12:51:23] |
1451 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:23] |
1453 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1456 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1458 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1460 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1462 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:23] |
1464 | 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 |
|
[18/10/2016 12:51:23] |
1466 | 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 |
|
[18/10/2016 12:51:23] |
1468 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:23] |
1470 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 02 70 10 ff ff ff ff ff ff ff ff ff ff ff ff W.p.ÿÿÿÿÿÿÿÿÿÿÿÿ |
| | | ff ff ff ff ÿÿÿÿ |
|
[18/10/2016 12:51:23] |
1471 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1473 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1475 | 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 |
|
[18/10/2016 12:51:23] |
1478 | 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 |
|
[18/10/2016 12:51:23] |
1480 | 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 |
|
[18/10/2016 12:51:23] |
1482 | 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 |
|
[18/10/2016 12:51:23] |
1483 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:23] |
1485 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1488 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1490 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1492 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1494 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:23] |
1496 | 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 |
|
[18/10/2016 12:51:23] |
1498 | 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 |
|
[18/10/2016 12:51:23] |
1500 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:23] |
1502 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 02 80 10 ff ff ff ff ff ff ff ff ff ff ff ff W.€.ÿÿÿÿÿÿÿÿÿÿÿÿ |
| | | ff ff ff ff ÿÿÿÿ |
|
[18/10/2016 12:51:23] |
1503 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1505 | 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 |
|
[18/10/2016 12:51:23] |
1507 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1510 | 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 |
|
[18/10/2016 12:51:23] |
1512 | 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 |
|
[18/10/2016 12:51:23] |
1514 | 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 |
|
[18/10/2016 12:51:23] |
1515 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:23] |
1517 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1520 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1522 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1524 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1526 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:23] |
1528 | 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 |
|
[18/10/2016 12:51:23] |
1530 | 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 |
|
[18/10/2016 12:51:23] |
1532 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:23] |
1534 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 02 90 10 ff ff ff ff ff ff ff ff ff ff ff ff W..ÿÿÿÿÿÿÿÿÿÿÿÿ |
| | | ff ff ff ff ÿÿÿÿ |
|
[18/10/2016 12:51:23] |
1535 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1538 | 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 |
|
[18/10/2016 12:51:23] |
1539 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1541 | 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 |
|
[18/10/2016 12:51:23] |
1544 | 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 |
|
[18/10/2016 12:51:23] |
1546 | 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 |
|
[18/10/2016 12:51:23] |
1547 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:23] |
1549 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1552 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1554 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1556 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1558 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:23] |
1560 | 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 |
|
[18/10/2016 12:51:23] |
1562 | 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 |
|
[18/10/2016 12:51:23] |
1564 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:23] |
1566 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 02 a0 10 ff ff ff ff ff ff ff ff ff ff ff ff W. .ÿÿÿÿÿÿÿÿÿÿÿÿ |
| | | ff ff ff ff ÿÿÿÿ |
|
[18/10/2016 12:51:23] |
1567 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1570 | 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 |
|
[18/10/2016 12:51:23] |
1571 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1573 | 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 |
|
[18/10/2016 12:51:23] |
1576 | 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 |
|
[18/10/2016 12:51:23] |
1578 | 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 |
|
[18/10/2016 12:51:23] |
1579 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:23] |
1581 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1584 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1586 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1588 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1590 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:23] |
1592 | 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 |
|
[18/10/2016 12:51:23] |
1594 | 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 |
|
[18/10/2016 12:51:23] |
1596 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:23] |
1598 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 02 b0 10 ff ff ff ff ff ff ff ff ff ff ff ff W.°.ÿÿÿÿÿÿÿÿÿÿÿÿ |
| | | ff ff ff ff ÿÿÿÿ |
|
[18/10/2016 12:51:23] |
1599 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1601 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1604 | 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 |
|
[18/10/2016 12:51:23] |
1606 | 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 |
|
[18/10/2016 12:51:23] |
1608 | 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 |
|
[18/10/2016 12:51:23] |
1610 | 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 |
|
[18/10/2016 12:51:23] |
1611 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:23] |
1613 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1616 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1618 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1620 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1622 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:23] |
1624 | 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 |
|
[18/10/2016 12:51:23] |
1626 | 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 |
|
[18/10/2016 12:51:23] |
1628 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:23] |
1630 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 02 c0 10 ff ff ff ff ff ff ff ff ff ff ff ff W.À.ÿÿÿÿÿÿÿÿÿÿÿÿ |
| | | ff ff ff ff ÿÿÿÿ |
|
[18/10/2016 12:51:23] |
1631 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1633 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1636 | 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 |
|
[18/10/2016 12:51:23] |
1638 | 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 |
|
[18/10/2016 12:51:23] |
1640 | 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 |
|
[18/10/2016 12:51:23] |
1642 | 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 |
|
[18/10/2016 12:51:23] |
1643 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:23] |
1645 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1648 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1650 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1652 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1654 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:23] |
1656 | 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 |
|
[18/10/2016 12:51:23] |
1658 | 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 |
|
[18/10/2016 12:51:23] |
1660 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:23] |
1662 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 02 d0 10 ff ff ff ff ff ff ff ff ff ff ff ff W.Ð.ÿÿÿÿÿÿÿÿÿÿÿÿ |
| | | ff ff ff ff ÿÿÿÿ |
|
[18/10/2016 12:51:23] |
1663 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1665 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1667 | 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 |
|
[18/10/2016 12:51:23] |
1670 | 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 |
|
[18/10/2016 12:51:23] |
1672 | 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 |
|
[18/10/2016 12:51:23] |
1674 | 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 |
|
[18/10/2016 12:51:23] |
1675 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:23] |
1677 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1680 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1682 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1684 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1686 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:23] |
1688 | 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 |
|
[18/10/2016 12:51:23] |
1690 | 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 |
|
[18/10/2016 12:51:23] |
1692 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:23] |
1694 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 02 e0 10 ff ff ff ff ff ff ff ff ff ff ff ff W.à.ÿÿÿÿÿÿÿÿÿÿÿÿ |
| | | ff ff ff ff ÿÿÿÿ |
|
[18/10/2016 12:51:23] |
1695 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1697 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1699 | 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 |
|
[18/10/2016 12:51:23] |
1702 | 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 |
|
[18/10/2016 12:51:23] |
1704 | 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 |
|
[18/10/2016 12:51:23] |
1706 | 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 |
|
[18/10/2016 12:51:23] |
1707 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:23] |
1709 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1712 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1714 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1716 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1718 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:23] |
1720 | 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 |
|
[18/10/2016 12:51:23] |
1722 | 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 |
|
[18/10/2016 12:51:23] |
1724 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:23] |
1726 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 02 f0 10 ff ff ff ff ff ff ff ff ff ff ff ff W.ð.ÿÿÿÿÿÿÿÿÿÿÿÿ |
| | | ff ff ff ff ÿÿÿÿ |
|
[18/10/2016 12:51:23] |
1727 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1729 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1731 | 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 |
|
[18/10/2016 12:51:23] |
1734 | 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 |
|
[18/10/2016 12:51:23] |
1736 | 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 |
|
[18/10/2016 12:51:23] |
1738 | 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 |
|
[18/10/2016 12:51:23] |
1739 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:23] |
1741 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1744 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1746 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1748 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1750 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:23] |
1752 | 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 |
|
[18/10/2016 12:51:23] |
1754 | 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 |
|
[18/10/2016 12:51:23] |
1756 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:23] |
1758 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 03 00 10 ff ff ff ff ff ff ff ff ff ff ff ff W...ÿÿÿÿÿÿÿÿÿÿÿÿ |
| | | ff ff ff ff ÿÿÿÿ |
|
[18/10/2016 12:51:23] |
1759 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1762 | 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 |
|
[18/10/2016 12:51:23] |
1763 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1766 | 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 |
|
[18/10/2016 12:51:23] |
1768 | 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 |
|
[18/10/2016 12:51:23] |
1770 | 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 |
|
[18/10/2016 12:51:23] |
1771 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:23] |
1774 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1776 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1778 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1780 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1782 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:23] |
1784 | 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 |
|
[18/10/2016 12:51:23] |
1786 | 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 |
|
[18/10/2016 12:51:23] |
1788 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:23] |
1790 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 03 10 10 ff ff ff ff ff ff ff ff ff ff ff ff W...ÿÿÿÿÿÿÿÿÿÿÿÿ |
| | | ff ff ff ff ÿÿÿÿ |
|
[18/10/2016 12:51:23] |
1791 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1794 | 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 |
|
[18/10/2016 12:51:23] |
1795 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1797 | 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 |
|
[18/10/2016 12:51:23] |
1800 | 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 |
|
[18/10/2016 12:51:23] |
1802 | 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 |
|
[18/10/2016 12:51:23] |
1803 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:23] |
1805 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1808 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1810 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1812 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1814 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:23] |
1816 | 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 |
|
[18/10/2016 12:51:23] |
1818 | 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 |
|
[18/10/2016 12:51:23] |
1820 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:23] |
1822 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 03 20 10 ff ff ff ff ff ff ff ff ff ff ff ff W. .ÿÿÿÿÿÿÿÿÿÿÿÿ |
| | | ff ff ff ff ÿÿÿÿ |
|
[18/10/2016 12:51:23] |
1823 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1826 | 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 |
|
[18/10/2016 12:51:23] |
1827 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1830 | 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 |
|
[18/10/2016 12:51:23] |
1832 | 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 |
|
[18/10/2016 12:51:23] |
1834 | 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 |
|
[18/10/2016 12:51:23] |
1835 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:23] |
1837 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1840 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1842 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1844 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1846 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:23] |
1848 | 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 |
|
[18/10/2016 12:51:23] |
1850 | 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 |
|
[18/10/2016 12:51:23] |
1852 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:23] |
1854 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 03 30 10 ff ff ff ff ff ff ff ff ff ff ff ff W.0.ÿÿÿÿÿÿÿÿÿÿÿÿ |
| | | ff ff ff ff ÿÿÿÿ |
|
[18/10/2016 12:51:23] |
1855 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1857 | 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 |
|
[18/10/2016 12:51:23] |
1859 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1861 | 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 |
|
[18/10/2016 12:51:23] |
1864 | 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 |
|
[18/10/2016 12:51:23] |
1866 | 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 |
|
[18/10/2016 12:51:23] |
1867 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:23] |
1869 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1872 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1874 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1876 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1878 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:23] |
1880 | 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 |
|
[18/10/2016 12:51:23] |
1882 | 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 |
|
[18/10/2016 12:51:23] |
1884 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:23] |
1886 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 20 bytes of 20 |
| STATUS_SUCCESS |
| | | 57 03 60 10 ff ff ff ff ff ff ff ff ff ff ff ff W.`.ÿÿÿÿÿÿÿÿÿÿÿÿ |
| | | ff ff ff ff ÿÿÿÿ |
|
[18/10/2016 12:51:23] |
1887 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1889 | 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 |
|
[18/10/2016 12:51:23] |
1891 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1893 | 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 |
|
[18/10/2016 12:51:23] |
1896 | 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 |
|
[18/10/2016 12:51:23] |
1898 | 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 |
|
[18/10/2016 12:51:23] |
1899 | 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 - 0x00000001 (EV_RXCHAR) |
|
[18/10/2016 12:51:23] |
1901 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1903 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1906 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1908 | 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 - 1 |
| | | AmountInOutQueue - 0 |
| | | EofReceived - 0 |
| | | WaitForImmediate - 0 |
|
[18/10/2016 12:51:23] |
1910 | IRP_MJ_READ - Transfers data from a COM port to a client (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 06 . |
|
[18/10/2016 12:51:23] |
1912 | 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 |
|
[18/10/2016 12:51:23] |
1914 | 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 |
|
[18/10/2016 12:51:23] |
1916 | IRP_MJ_DEVICE_CONTROL - Request operates a serial port (COM3) |
| STATUS_SUCCESS |
| | IOCTL_SERIAL_GET_PROPERTIES - Request returns information about the capabilities of a COM port |
| | | Properties - 0x00020040 |
|
[18/10/2016 12:51:23] |
1918 | IRP_MJ_WRITE - Request transfers data from a client to a COM port (COM3) - 1 bytes of 1 |
| STATUS_SUCCESS |
| | | 45 E |
|
[18/10/2016 12:51:23] |
1919 | 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 - 0x00000004 (EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1922 | 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 - 0x000001fd (EV_BREAK | EV_CTS | EV_DSR | EV_ERR | EV_RING | EV_RLSD | EV_RXCHAR | EV_TXEMPTY) |
|
[18/10/2016 12:51:23] |
1924 | 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 |
|
[18/10/2016 12:51:23] |
1926 | 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 |
|
[18/10/2016 12:51:24] |
1928 | 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 |
|
[18/10/2016 12:51:26] |
1930 | 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 |
|