Programming The Mio R-3
13
Mio Modero R-3 Remote - Instruction Manual
Serial Commands
The Mio R-3 remote supports a few commands that can be uploaded to the device using a terminal program such as HyperTerminal.
These commands are not needed for normal usage or programming of the remote.
Serial Commands
@BRT
Set Brightness level - This command can be used to customize the brightness of the red LEDs that backlight the power
button if the predefined brightnesses in Setup Mode are not fine enough.
Syntax:
"'BRIT-<awake brightness level>,<sleep brightness level>'"
Variables:
brightness level # = a value from 0 - 32.
"'@BRT-#'" (Set LED Awake brightness level)
"'@BRT-#,#'" (Set LED Awake brightness level, sleep brightness level)
Example:
(1) "'@BRT-16'"
Sets the awake brightness level to 50%.
^CFG #
Enable or Disable Debug Mode
Syntax:
^CFG- <command value>
Variables:
• # = (1 = Debug Mode ON, 0 = Debug Mode OFF).
Example:
^CFG-1
Turn Debug Mode ON
^FML S/D/L/# ^FML S
- Sets a line of the display to a menu line
Syntax:
"'^FML-<variable text address range>,S'"
Variables:
• variable text address range = 1; the address range corresponds to the dynamic line number-only one line is supported
on this device.
Example:
SEND_COMMAND Panel,"'^FML-1,S'"
Sets dynamic line to a menu line
^FML D -
Sets a line of the display to a dynamic line with no level
Syntax:
"'^FML-<variable text address range>,D'"
Variables:
• variable text address range = 1; the address range corresponds to the dynamic line number-only one line is supported
on this device.
Example:
SEND_COMMAND Panel,"'^FML-2,D'"
Set Line 2 to a Dynamic Line with no Level
^FML D L
- Sets a line of the display to a dynamic line with a level
Syntax:
"'^FML-<variable text address range>,D,L'"
Variables:
• variable text address range = 1; the address range corresponds to the dynamic line number-only one line is supported
on this device.
Example:
SEND_COMMAND Panel,"'^FML-1,D,L'"
Set line 1 to a Dynamic line with level
^FML D L #
- Sets a line of the display to a dynamic line with a level, and sets the level style
Syntax:
"'^FML-<variable text address range>,D,L,<Level Style>'"
Variables:
• variable text address range = 1; the address range corresponds to the dynamic line number-only one line is supported
on this device.
Example:
SEND_COMMAND Panel,"'^FML-1,D,L,0'"
Set line 1 to a Dynamic line with level and set style to 'Level Style 0'
Note: You can enter one of two values for level style: 0 and 1. Style 0 is the default value which displays a rectangle
bargraph. Style 1 displays a linear bargraph.