RS-485/en: различия между версиями

Материал из Wiren Board
(Новая страница: «*As default wb-mqtt-serial driver manages devices connected to Wiren Board controller via RS-485(the previous driver was ''…»)
Строка 31: Строка 31:
== Working with RS-485 port of the controller using its own software ==
== Working with RS-485 port of the controller using its own software ==


*Стандартно в Wiren Board с подключёнными по RS-485 устройствами работает [[Special:MyLanguage/Драйвер wb-mqtt-serial|Драйвер wb-mqtt-serial]] (ранее ''wb-homa-modbus''). Он позволяет работать с подключёнными устройствами RS-485 через систему [[Special:MyLanguage/MQTT|MQTT]]-сообщений.
*As default  [[Драйвер wb-mqtt-serial/en| wb-mqtt-serial driver]] manages devices connected to Wiren Board controller via RS-485(the previous driver was ''wb-homa-modbus''). It allows you to work with connected RS-485 devices via [[MQTT/en| MQTT ]]message system.
*:Если вы хотите работать с портом RS-485 напрямую, не используя этот драйвер - отключите его, иначе он будет писать в порт RS-485.
*:If you want to work with RS-485 port directly without using this driver - disable it, otherwise it will write to RS-485 port.
*[[Special:MyLanguage/Работа с последовательным портом из Linux|Работа с последовательным портом из Linux]]
*[[Работа с последовательным портом из Linux|Работа с последовательным портом из Linux]]
*[[Special:MyLanguage/Доступ к порту RS-485 контроллера Wiren Board с компьютера|Доступ к порту RS-485 контроллера Wiren Board с компьютера]]
*[[Доступ к порту RS-485 контроллера Wiren Board с компьютера|Доступ к порту RS-485 контроллера Wiren Board с компьютера]]
*[[Special:MyLanguage/UART_Communication_Settings|Настройка параметров обмена данными по RS-485 для modbus-устройств Wiren Board]]
*[[UART_Communication_Settings|UART Communication Settings for Modbus devices]]

Версия 12:59, 29 мая 2019

Другие языки:

RS-485 is two-wire bus communication standard.

Up to 256 devices can be connected to the bus. Transmission speed is up to 115200 bit/s.Line length is up to 1200 meters.

Via the RS-485 bus you can connect to the Wiren Board controller:


Basics of the RS-485 interface

See article Basics of RS-485 interface operation.

The Wiren Board devices use the Modbus Protocol on top of the RS-485. Протокол Modbus.


How to lay the bus correctly

See article RS-485:Physical connection..


Adding a device to the web interface

Configuration takes place via the Configs веб-интерфейса

After connecting the RS-485 device to the controller, you need to configure it to appear in the web interface. See the instructions in article RS-485:Настройка через веб-интерфейс.


Working with RS-485 port of the controller using its own software