Difference between revisions of "Translations:BW-RS232/13/ru" 
	
		From Larnitech wiki page
		
		
		
		
		Jump to navigation 
		Jump to search 
		Latest revision as of 14:30, 9 January 2022 
Information about message (contribute ) This message has no documentation.
If you know where or how this message is used, you can help other translators by adding documentation to this message. 
Message definition (BW-RS232 ) 
==HW settings==
==HW settings==
{|class="wikitable"
|-
!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:
<syntaxhighlight lang="xml" line>
hw="cfg='9600/8N1'"
</syntaxhighlight>
|-
|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:
*'off';
*'on'.
Example:
<syntaxhighlight lang="xml" line>
hw="cfg='9600/8N1' echo='off'"
</syntaxhighlight>
|} Translation ==Установки HW== Установки HW 
Название 
Тип, диапазон 
SUBID 
По умолчанию 
Описание
  
cfg 
строка 
98 
9600/8N1 
cfg='SPEED/BPS', где
SPEED – скорость передачи данных в бодах [1200..115200]; 
B – длина данных [7,8]; 
P – наличие и тип бита контроля четности [N(Контроль четности отсутствует),E(Четность),O(Нечетность)]; 
S – длина стоп-бита [1, 1,5 или 2]. Пример
  
echo 
включить; выключить 
98 
'off' 
Для проверки настроек и тестирования можно использовать параметр эхо. С помощью этого параметра можно включить или выключить эхо-ответ модуля. Значения параметра эхо:
Пример:
1 hw="cfg='9600/8N1' echo='off'"