command | function |
---|---|
ctrl L | clear screen. |
anENTER | print analog channel n ADC steps, valid n is 2 (y) and 3(x). |
BnENTER | select baudrate 1=115200, 2=19200, 3=9600, default 115200, saved in EEPROM |
b | plot a black dot at the position set by command x and y. |
D | dump screen to RS232. |
F | FFT on. |
f | FFT of. |
G | set timer1 reload saved in EEPROM default 175. |
g | print timer 1 reload. |
h | help, this help. |
j | cursor left. |
i | cursor up. |
k | cursor right. |
m | cursor down. |
O | display on. |
o | display off. |
p | plot test, plots triangle. |
r | print LCD data at x, y, test purposes only. |
S | scope auto trigger. |
s | scope one shot trigger. |
Tc | print character c at postion set by command x and command y, auto increment. |
u | LCD xy plot command, test purposes only. |
w | plot a white dot at the position set by command x and y. |
W | LCD print character test, test purposes only. |
Q | x y storage on. |
q | x y storage off. |
xnnENTER | move x plot position to nn (0-127), 0 is left. |
ynnENTER | move y plot position to nn (0-63), 0 is bottom. |
Z | x y mode on. |
z | x y mode off. |
* | change scope input y channel, toggles between 1 and 2, default 1, saved in EEPROM. |
) | input sensitivity range up, ranges 1, 2, 4 V full scale, default 4 V, saved in EEPROM. |
( | input sensitivity range down, ranges 1, 2, 4 V full scale, default 4 V, saved in EEPROM. |
' | trigger level up. |
/ | trigger level down. |
[ | timebase range slower. |
] | timebase range faster. |
. | calibrate inner loop up, when calibration defined only. |
, | calibrate inner loop down, when calibration defined only. |
, | calibrate outer loop up, when calibration defined only. |
; | calibrate outer loop down, when calibration defined only. |
Remote plot commands: | |
1xxxxxxx | bit 7 indicates start plot sequence, lower 7 bits hold the x address, pixel value combined with y address follows. |
0pyyyyyy | pixel in bit 6 (1 = black, 0 = clear), y address in lower 5 bits. |