XM1630S Software Reference Manual
No. XM1630S-A00-104
xmodus swiss GmbH
21 / 32
set_par:
set_par EVEN
= sets parity to EVEN
set_par ODD
= sets parity to ODD
set_par NONE
= sets No parity
Example: set_par NONE<cr>
set_flow:
set_flow XON
= sets flow control to XON/XOFF
set_flow RTS
= sets flow control to RTS/CTS
set_flow NONE
= disables flow control
Example: set_flow RTS<cr>
set_high_water:
set_high_water xx
= set flow control stall from 1..99 in percent.
Example:
set_high_water 80 <cr>
/ If input buffer is 80% full, data reception is stopped.
set_low_water:
set_low_water xx
= set flow control restart from 1..99 in percent.
Example:
set_low_water 20<cr>
/ If buffer is reduced down to 20%, data reception is
restarted.
set_buf_size:
set_buf_size [xxx]
= sets input buffer packet size in bytes from: 0…4K.
This command is primarily to buffer the data sent from
serial to ethernet.
Example:
set_buff_size 350<cr>
/ After reception of 350 bytes, data is packed in an IP
frame and send to the remote side.
set_buf_delay:
set_buf_delay [t]
= Define input buffer packet timeout in ms from 0..10s.
This command is analogous to the previous command.
The buffering of data shall either wait for the buf_size
configured (in the previous command) or the time t (ms)
Example:
set_buf_delay 100<cr>
/ After 100mS data is packed in an IP frame and send to
the remote side independent of either the buffer is full or
not.