Access Restricted
This page contains internal documentation that is not publicly available.
DHWCtrl.Ser2WriteRead
Write/Read data to/from the reader's 2nd RS-232/UART interface.
Properties
- Command code: 0xE016
- Command timeout: 100 ms
- Possible status codes: General status codes
Parameters (request frame)
| Name | Type/Size | Description |
|---|---|---|
| MaxReadCount | Integer (16 bits) | Number of Bytes to read via the reader's 2nd RS-232/UART interface. |
| Timeout | Integer (16 bits) | Number of milliseconds to wait for Bytes. |
| Length of WriteData | Integer (16 bits) |
Length of WriteData in bytes |
| WriteData | Raw data | Data to write to the reader's 2nd RS-232/UART interface. |
Returned values (response frame)
| Name | Type/Size | Description |
|---|---|---|
| Length of ReadData | Integer (16 bits) |
Length of ReadData in bytes |
| ReadData | Raw data | Data read from the reader's 2nd RS-232/UART interface. |