Chapter 4 ________________________________________________________________ Operation
VAISALA____________________________________________________________________ 37
SMODE Set Serial Interface Mode
Syntax: SMODE x<cr>
where
x =
STOP/RUN/POLL
STOP-mode: Transmitter in standby for serial
commands
RUN-mode: Transmitter outputs data continuously
POLL-mode: Transmitter only responds to
addressed command
Example:
>smode run<cr>
Output mode : RUN
>smode stop<cr>
Output mode : STOP
SERI Serial Line Settings
Syntax: SERI b p d s<cr>
where
b
= bauds (300, 600, 1200, 2400, 4800, 9600,19200)
p
= parity (n = none, e = even, o = odd)
d
= data bits (7 or 8)
s
= stop bits (1 or 2)
The settings can be changed one parameter at a time or all parameters
at once:
Example:
>seri o<cr>
changing parity only
4800 o 7 1
>seri 600 n 8 1<cr>
changing all parameters
600 n 8 1