Dxlink Fiber Transmitter Usb Send_Commands; Dxlink Fiber Receiver Usb Send_Commands - AMX DXF-TX-MMD Instruction Manual

Amx dxlink fiber transmitters and receivers
Hide thumbs Also See for DXF-TX-MMD:
Table of Contents

Advertisement

DXLink Fiber Transmitter USB SEND_COMMANDs

On the DXLink Transmitter, USB SEND_COMMANDs are sent to Port 5.
USB SEND-COMMANDs (Transmitter)
Command
?USB_HID_SERVICE
Requests the status for
the USB HID pass
through setting (Enable or
Disable).
USB_HID_SERVICE
Sets the USB HID pass
through to Enable or
Disable.

DXLink Fiber Receiver USB SEND_COMMANDs

On the DXLink Receiver, USB SEND_COMMANDs are sent to Port 5.
USB SEND-COMMANDs (Receiver)
Command
?USB_HID_ROUTE
Requests the IP address
or hostname of the host
device (Transmitter)
sending USB keyboard/
mouse data to the
Receiver.
USB_HID_ROUTE
Set the IP address or
hostname of the host
device (Transmitter) that
will be sending USB
keyboard/mouse data to
the Receiver.
Instruction Manual – DXLink Fiber Transmitters and Receivers
Description
Syntax:
SEND_COMMAND <DEV>,"'?USB_HID_SERVICE'"
Example:
SEND_COMMAND dvTX,"'?USB_HID_SERVICE'"
Returns a COMMAND of the form:
USB_HID_SERVICE-<ENABLE/DISABLE>
Note: When enabled, the USB port addressed by D:P:S is running in auto switching mode.
Syntax:
SEND_COMMAND <DEV>,"'USB_HID_SERVICE-<ENABLE|DISABLE>'"
Example:
SEND_COMMAND dvTX,"'USB_HID_SERVICE-ENABLE'"
Note: This command persists through power cycling.
Description
Syntax:
SEND_COMMAND <DEV>,"'?USB_HID_ROUTE'"
Example:
SEND_COMMAND dvRX,"'?USB_HID_ROUTE'"
Returns a COMMAND of the form:
USB_HID_ROUTE-<IP address or hostname>
Important: For hostname usage, check to be sure name resolution service (DNS) is running
on the local network (LAN).
host name
Note: When a hostname is specified, a maximum of 50 characters can be used.
Syntax:
SEND_COMMAND <DEV>,"'USB_HID_ROUTE-<IP address or hostname>'"
Example:
SEND_COMMAND dvRX,"'USB_HID_ROUTE-192.168.1.5'"
Note: To eliminate the connection, specify 0.0.0.0 as the IP address. To redirect to a new
host device (Transmitter), send the new IP address or hostname.
NetLinx Programming – DXLink Fiber TXs/RXs
93

Advertisement

Table of Contents
loading

Table of Contents