Torrey Pines Scientific, Inc.
45
Serial Command Quick Reference Table
Example
Command
Function
sent
returned
ID
v
return model and version
v <CR>
SC25 v1.0 <CR LF>
V
return serial number
V <CR>
12345678 <CR LF>
Te
mpe
ra
tur
e
s
return set point temperature
s <CR>
-10.0 <CR LF>
off <CR LF> if idle mode
n
(xxx)
set new set point temperature (x.x min)
n25 <CR>
ok <CR LF>
i/I
set/clear idle mode (plate power is off when set)
i <CR> or
I<CR>
ok <CR LF>
p
return plate temperature
p <CR>
-10.0 <CR LF> or error_code<CR LF>
Orbital
Speed
r
return Orbital Speed (legacy)
r<CR>
3<CR LF>
m
set/return Orbital Speed (0-9)
m<CR>
3<CR LF>
m3<CR>
ok <CR LF>
Loggi
ng
l
return log file
l <CR>
log_data(0) <CR LF>...
log_data(n)<CRLF>
lc
clear log file
lc<CR>
ok <CR LF>
ls
start logging
ls <CR>
ok <CR LF>
lp
stop logging
l p<CR>
ok <CR LF>
le
set log period to 1 second
le <CR>
ok <CR LF>
lm
set log period to 1 minute
l m<CR>
ok <CR LF>
l5
set log period to 5 minutes
l5 <CR>
ok <CR LF>
b
return current log period
b<CR>
s, m, or 5 <CR LF>
U
tilit
y
#m
return all calibration points
#m<CR>
C_LO,M_LO,C_HI, M_HI <CR><LF>
#F
Restore calibration to factory values
#F <CR>
ok<CR LF>
#Z
Reset unit to default configuration (rarely
necessary)
#Z<CR>
Uint Reset <CR LF>
<CR> is ASCII return char (for example: “enter” keyboard press for HyperTerminal, “\r” for C pgms, ASCII hex char “D”)
<LF> is ASCII linefeed char (d’10 or ‘\n’)