A short list of all commands and operators in alphabetical order:
- ? (question mark) : print the value of a variable
- = (equal sign) : change the value of a variable
- # (number sign) : comment delimiter, all characters following the # symbol will be ignored up to the end of the line
- CHECK : check if the EEPROM contains data matching the current version of the software
- DUMP : print the values of all variables of current model
- DUMP GLOBAL : print the values of the Global variables
- DUMP MODEL : print the values of the Model variables of the current model
- DUMP channel : print the values of the Channel variables of the current model
- DUMP MIXERS : print the values of the Mixers variables of the current model
- ECHO : print a message or control echoing of input characters
- ECHO message : print a message to the serial output
- ECHO OFF : the characters typed in the Serial Monitor are not copied to the serial output
- ECHO ON : the characters typed in the Serial Monitor are copied to the serial output
- ECHO UPLOAD : special command used by the Linux uploader, do not type it
- INIT : erase all settings and models and fill the EEPROM with default values
- MODEL : select the current model
- PRINT : same as "?"
Return to index of Command mode
Page last modified on June 08, 2014, at 04:40 pm
Powered by
PmWiki