Все переводы

Введите имя сообщения для показа всех доступных переводов.

Сообщение

Найдено 2 перевода.

СообщениеТекущий текст
 ист. английский (en)# Install the utility using the command:
#:<syntaxhighlight lang="bash">
apt update && apt install wb-modbus-ext-scanner
</syntaxhighlight>
# Stop the wb-mqtt-serial driver using the command:
#:<syntaxhighlight lang="bash">
systemctl stop wb-mqtt-serial
</syntaxhighlight>
# Execute the command:
#:<syntaxhighlight lang="bash">
wb-modbus-scanner -d /dev/ttyRS485-1 -b 115200 -s 4267937719 -i 3
</syntaxhighlight>
# Where, /dev/ttyRS485-1 is the port to which the device is connected, 115200 is the exchange rate, 4267937719 is the device's serial number, 3 is the new slave ID.
# As a result, the following output should appear:
#:<syntaxhighlight lang="bash">
Serial port: /dev/ttyRS485-1
Use baud 115200
Change ID for device with serial  4267937719 [FE638FB7] New ID: 3
</syntaxhighlight>
# Start the wb-mqtt-serial driver again using the command:
#:<syntaxhighlight lang="bash">
systemctl start wb-mqtt-serial
</syntaxhighlight>
 ист. русский (ru)#Установите утилиту командой:
#:<syntaxhighlight lang="bash">
apt update && apt install wb-modbus-ext-scanner
</syntaxhighlight>
#Остановите драйвер wb-mqtt-serial:
#:<syntaxhighlight lang="bash">
systemctl stop wb-mqtt-serial
</syntaxhighlight>
#Выполните команду
#:<syntaxhighlight lang="bash">
wb-modbus-scanner -d /dev/ttyRS485-1 -b 115200 -s 4267937719 -i 3
</syntaxhighlight>
#:где,      /dev/ttyRS485-1 — порт к которому подключено устройство,
#:115200 — скорость обмена, 
#:4267937719 — серийный номер устройства,
#:3 — новый slave ID.
#В результате должен появиться такой вывод:
#:<syntaxhighlight lang="bash">
Serial port: /dev/ttyRS485-1
Use baud 115200
Change ID for device with serial  4267937719 [FE638FB7] New ID: 3
</syntaxhighlight>
#Запустите обратно драйвер wb-mqtt-serial:
#:<syntaxhighlight lang="bash">
systemctl start wb-mqtt-serial
</syntaxhighlight>