notes.txt -- misc. notes related to rafl project -- 140922rjn

Command  Description
=======  ======================================================================

t <msg>  send message to current remote.  In terminal and data modes, returns 
         the response from the remote.  In loopback mode, returns the message 
         looped back from the remote.  In broadcast mode, there is no response.
         After setting the current address, the x command displays the response 
         of the addressed remote to the last broadcast message.

d <msg>  same as the t command, but no limit on data content in the message
         (i.e., raw bytes are sent vs. the typical ASCII text sent with the 
         t command).

tt <msg> once executed, terminal messages do not have to be prefaced with a
         "t" command.

res      displays remote status
mas      displays master status

rio      displays remote I/O
mio      displays master I/O

b        query the current remote for the results of the last broadcast message.

x        show detailed exchange statistics for the last message (e.g., hex dump 
         of returned message).

ro-      turn off the remote's output
ro+      turn on the remote's output
mo+       turn on the master's output
mo-       turn off the master's output

(rafl_config.fs)
tm       set terminal mode (in rafl_config.fs)
lm       set loopback mode
bm       set broadcast mode
dm       set data mode
?m       display current mode

%        reset to defaults
!        save configuration to flash

cz=      enter Celsius zero crossing
sf=      enter the A/D scaling factor
eb=      enter escape byte

mc       display configuration

a <hex>  enter address (default is $1f)
master   set as master (must enter ! to save)
remote   set as remote (default -- must enter ! to save)


