Page 51
724-746-5500 | blackbox.com
ACX048 API manual
Chapter 7: Specifications
7.2.3 Set CPU Device Connection to CON Device
Request:
Telegram
ESC [ I Size ConId CpuId
General description: Set CPU device connection (input) to CON device (output).
Input data of CPU device (video, USB, audio, …) will be transmitted to CON
device.
Table 7-8. Set CPU device connection to CON device.
Type
Bytes
Description
Hex Coding
ESC
1
Control character
0x1B
[
1
Server identification
0X5B
|
1
Command
0x49
Size
2
Total length of telegram (9 bytes)
0x09 0x00
ConID
2
ID of Con Device
e.g. 3017 = 0xC9 0x0B
CpuId
2
ID of CPU device
e.g, 1012 = 0xF4 0x03
Example:
Set CPU device (CpuId = 1012) connection to CON device (
ConId = 3017
).
0x1B 0x5B 0x49 0x09 0x00 0xC9 0x0B 0xF4 0x03
Response:
<ACK> [<ECHO>] or <NAK>.
[ ] = Optional elements