Difference between revisions of "Translations:BW-RS232/13/en"
From Larnitech wiki page
Jump to navigation
Jump to search
Latest revision as of 14:10, 9 January 2022
HW settings
Name |
Type, range |
SUBID |
Default |
Description
|
cfg |
string |
98 |
9600/8N1 |
cfg='SPEED/BPS', where
- SPEED – baud rate [1200..115200];
- B – data length [7,8];
- P – presence and type of parity bit [N(No parity),E(Even parity),O(Odd parity)];
- S – stop bit length [1, 1.5 or 2].
Example:
|
echo |
on; off |
98 |
'off' |
For settings check out and testing echo parameter can be used. Module
echo-reply can be turned on or off with the help of this parameter.
Echo parameter value:
Example:
1hw="cfg='9600/8N1' echo='off'"
|