Page 65
724-746-5500 | blackbox.com
ACX048 API manual
Chapter 7: Specifications
7.2.14 Set Extended Connection
Request:
Telegram
ESC [ b Size CpuId ConId Mode
General description:
Set CON device (input) connection to CPU device (output) and CPU device (input)
connection to CON device (output).
Data of CON device (USB, audio, …) is transmitted to a CPU device.
Data of CPU device (video, USB, audio, …) is transmitted to a CON device.
Table 7-23. Set a connection for all defined CON devices and CPU devices.
Type
Bytes
Description
Hex Coding
ESC
1
Control character
0x1B
[
1
Server identification
0X5B
b
1
Command
0x62
Size
2
Total length of telegram
0x0B 0x00
CpuId
2
ID of CPU device
e.g. 1012 = 0xF4 0x03
ConId
2
ID of CON device
e.g. 3017 = 0xC9 0x0B
Mode
2
Connection mode
(0 = full access,
1 = video only,
2 = private mode)
0 = 0x00 0x00
1 = 0x01 0x00
2 = 0x02 0x00
Example:
Set CON device connection to CPU device and CPU device connection to CON
device.
CpuId = 1012, ConId = 3017, Mode = private mode
0x1B 0x5B 0x62 0x0B 0x00 0xF4 0x03 0xC9 0x0B 0x02 0x00
Response:
<ACK> [<ECHO>] or <NAK>.
[ ] = Optional elements