modbus rtu to modbus tcp bridge #56
scruysberghs
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I was trying to use this componenet to convert a modbus RTU (serial) device to one that is accessible over modbus TCP.
In my esphome yaml I have:
``
uart:
baud_rate: 9600
rx_pin: 1
tx_pin: 3
rx_buffer_size: 1024
data_bits: 8
stop_bits: 1
parity: NONE
external_components:
stream_server:
uart_id: mod_bus
port: 502
binary_sensor:
connected:
name: Connected
sensor:
connection_count:
name: Number of connections
Beta Was this translation helpful? Give feedback.
All reactions