Line 605:
Line 605:
Example: io='KKKKKKKKKKKKKKKKKKKKKKKKKKKK'
Example: io='KKKKKKKKKKKKKKKKKKKKKKKKKKKK'
|-
|-
−
|colspan="3"|'''Only for Metaforsa 3.plus'''
+
|colspan="3"|'''Лише для Metaforsa 3.plus'''
|-
|-
−
|cfg||string||98||9600/8N1||cfg='SPEED/BPS', where
+
|cfg||string||98||9600/8N1||cfg='SPEED/BPS', де
−
*SPEED – baud rate [1200..115200];
+
*SPEED – швидкість передачі [1200..115200];
−
*B – data length [7,8];
+
*B – довжина даних [7,8];
−
*P – presence and type of parity bit [N(No parity),E(Even parity),O(Odd parity)];
+
*P – наявність і тип біта парності [N(без паритету), E(парність), O(непарність)];
−
*S – stop bit length [1, 1.5 or 2].
+
*S – довжина стопового біта [1, 1,5 або 2].
−
Example:
+
приклад:
<syntaxhighlight lang="xml" line>
<syntaxhighlight lang="xml" line>
hw="cfg='9600/8N1'"
hw="cfg='9600/8N1'"
</syntaxhighlight>
</syntaxhighlight>
|-
|-
−
|[Protocol]||string||98||—||Protocol setting is described by protocol parameter. The following
+
|[Protocol]||string||98||—||Налаштування протоколу описується параметром протоколу. Наступне
−
protocols are supported:
+
підтримуються протоколи:
−
*'modbus', Modbus protocol, at the end of redirection the checksum CRC16(Modbus) is added;
+
*'modbus', протокол Modbus, в кінці перенаправлення додається контрольна сума CRC16(Modbus);
−
*'dmx', DMX protocol;
+
*'dmx', протокол DMX;
−
*'CO2' for connecting Larnitech CO2 sensors;
+
*"CO2" для підключення датчиків CO2 Larnitech;
−
*'salda' for connecting Salda ventilation.
+
*'salda' для підключення вентиляції Salda.
−
Example:
+
приклад:
<syntaxhighlight lang="xml" line>
<syntaxhighlight lang="xml" line>
hw="cfg='9600/8N1' modbus"
hw="cfg='9600/8N1' modbus"
</syntaxhighlight>
</syntaxhighlight>
|-
|-
−
|echo||on; off||98||'off'||For settings check out and testing echo parameter can be used. Module
+
|echo||on; off||98||'off'||Для перевірки налаштувань і тестування параметра ехо можна використовувати. Модуль
−
echo-reply can be turned on or off with the help of this parameter.Echo parameter value:
+
За допомогою цього параметра можна ввімкнути або вимкнути echo-reply. Значення параметра Echo:
*'off'
*'off'
*'on'
*'on'
−
Example:
+
приклад:
<syntaxhighlight lang="xml" line>
<syntaxhighlight lang="xml" line>
hw="cfg='9600/8N1' echo='off'"
hw="cfg='9600/8N1' echo='off'"