-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remote serial via tcpip #156
Comments
FYI, remote connect to ser2net service with socat and works with Home Assistant's ZHA same way as Zigbee2MQTT https://www.home-assistant.io/integrations/zha https://www.zigbee2mqtt.io/advanced/remote-adapter/connect_to_a_remote_adapter.html This type of tunneling + relay generally happens at the operating system level and is usually transparent to the application: |
RTS and DTS are not supported over TCP. They are only useful for CC2530 and other hardware that connects them to RST so you can ignore them. |
Our hacked tuya TBGW is using hardware flow control over Eth and looks working. Edit: We is not using UART hardware for boot loader only software commands. |
Hi
I would like to setup something similar to this
https://www.zigbee2mqtt.io/advanced/remote-adapter/connect_to_a_remote_adapter.html#_1-install-ser2net
But I see that we manipulate rts and DTS lines. Will it work or I need to do something more complicated?
Thanks
The text was updated successfully, but these errors were encountered: