Program a receiver remotely (rough notes).


Receiver configuration notes for example:
19200 8-NONE-1, no HW flow control, I/O port 1 or 2
and use Control menu remote protocol setting "Data Collector Compatible"
****************************************************************************
# to stop a current survey
rsurvey -d/dev/ttyS0 -E -b19200 -pn

****************************************************************************
# rstatus receiver status and you can save this as a log
rstatus -d/dev/ttyS0 -b19200 -pn -version -svtracking -logging -station -session -state

****************************************************************************
# Define and name stations
rstation -d/dev/ttyS0 -I1 -SABCD -NTest_Site_1 -b19200 -pn
rstation -d/dev/ttyS0 -I1 -SEFGH -NTest_Site_2 -b19200 -pn

****************************************************************************
# next will define file session control

we have created a file with 1 hour sessions
called "SESSIONS" which looks like:

-I01 -R1 -S0000 -T00:00 -T01:00 -E0 -L30 -V1 -G0 -A0
-I02 -R1 -S0100 -T01:00 -T02:00 -E0 -L30 -V1 -G0 -A0
-I02 -R1 -S0200 -T02:00 -T03:00 -E0 -L30 -V1 -G0 -A0

and so on....

****************************************************************************
# this uses the file SESSIONS to program the sessions
rsession -d/dev/ttyS0 -b19200 -pn -FSESSIONS 

****************************************************************************
# now kick in autosurvey timer and antenna height
(note you must not have zero for the antenna height
or the receiver will think you have not entered
the antenna height and it will not end the session correctly)

rsurvey -d/dev/ttyS0 -b19200 -pn -T -H0.0001
