Installation guide

Programming AMX Controllers for a Kaleidescape System
Page 67
IP
Use to set the IP address that the module should connect to. This command can be
sent to any one of the defined virtual devices, but should only be sent ONCE in the
entire program.
Syntax
'IP <ADDRESS>'
Example
'IP 192.168.1.10'
Set Baud
Use to set the baud rate that the module should send to the RS-232 port when
coming online. This command can be sent to any one of the defined virtual devices
but should only be sent ONCE in the entire program. This command only needs to
be sent if the default baud rate has been changed.
Syntax
'Set Baud <rate>'
Example
'Set Baud 9600,N,8,1,'
Version
Use to retrieve the version of the module to the text console. The output of this
command can only be seen if msg on has been typed into the text console.
Syntax
'Version'
Reply
"Kaleidescape Player AMX Module v…"
Individual device commands
This set of commands controls the individual virtual device interface. These
commands only apply to the virtual device that the commands are sent to.
(Single Character)
Use to send a single keyboard character (a-z, 0-9, and any punctuation). This
command is used by the onscreen keyboard to transmit the individual letters to the
player.
Syntax
'<any single character>'