Configuring serial line operation - HMT130

HMT130 User Guide

Document code
M211280EN
Revision
D
Language
English
Product
HMT130
Document type
User guide
Table 1. SERI command
Syntax Description
seri [b p d s]<cr>

where

b
baud rate (9600, 19200, 38400, 76800, 115200)
p
parity (n = none, e = even, o = odd)
d
data bits (7 or 8)
s
stop bits (1 or 2)

Use the seri command to show or set the serial line settings for the serial port that you are currently using. Use the SAVE command after changing the settings to store them. The new settings will be taken into use when the transmitter is reset or powered up.

Examples
>seri
Baud P D S      : 19200 N 8 1
> 
>seri 9600 e 7 1
Baud rate           : 9600
Parity              : E
Data bits           : 7
Stop bits           : 1
>save
Saving settings...done
> 
Table 2. ECHO command
Syntax Description
echo [on] [off]<cr> To show or set the terminal echo status, use the echo command.
Examples:
>echo
COM1 Echo                : OFF
>
>echo on
COM1 Echo                : ON
Table 3. SMODE command
Syntax Description
smode [stop/run]<cr>

Use the smode command to show or set the serial interface mode. Note that a separate save command is not needed to store the new serial interface mode setting.

STOP mode
outputting only when command is issued, any command can be used.
RUN mode
outputting automatically, only command S can be used.
Example:
>smode stop
Output mode    : STOP
>