Information
Enter Setup
The value of the StoreType field in a query command can be either “@” (HEX: 40) or “#” (HEX: 23).
A query command with the SubTag field omitted means to query all the settings concerning a tag. For example, to query all the
current settings about Code 11, you should enter 7E 01 30 30 30 30 40 43 31 31 2A 3B 03 (i.e.
~<SOH>0000@C11*;<ETX>).
Command Syntax
Prefix StorageType Tag SubTag {Data} [,SubTag {Data}] [;Tag SubTag {Data}] […] Suffix
Prefix: “~<SOH>0000” (HEX: 7E 01 30 30 30 30), 6 characters.
StorageType: “@” (HEX: 40) or “#” (HEX: 23), 1 character. “@” means permanent setting which will not be lost by removing
power from the engine or rebooting it; “#” means temporary setting which will be lost by removing power from the engine or
rebooting it.
Tag: A 3-character case-sensitive field that identifies the desired command group. For example, all USB HID Keyboard
configuration settings are identified with a Tag of KBW.
SubTag: A 3-character case-sensitive field that identifies the desired parameter within the tag group. For example, the SubTag
for the keyboard layout is CTY.
Data: The value for a feature or parameter setting, identified by the Tag and SubTag.
Suffix: “;<ETX>” (HEX: 3B 03), 2 characters.
Multiple commands can be issued within one Prefix/Suffix sequence. For configuration commands, only the Tag, SubTag, and
Data fields must be repeated for each command in sequence. If an additional command is to be applied to the same Tag, then
the command is separated with a comma (,) and only the SubTag and Data fields of the additional commands are issued. If the
additional command requires a different Tag field, the command is separated from previous command by a semicolon (;).
Responses
Different from command sequence, the prefix of a response consists of the six characters of “<STX><SOH>0000” (HEX:
02 01 30 30 30 30).
The engine responds to serial commands with one of the following three responses:
<ACK> (HEX: 06)
<NAK> (HEX: 15)
Indicates a good command which has been processed.
Indicates a good configuration command with its Data field entry out of the allowable range for this
Tagand SubTagcombination (e.g. an entry for an inter-keystroke delay of 100 when the field will
** Exit Setup
17