Send hex to rs485
#22653
Replies: 1 comment 6 replies
-
When you hand over serial to another device via TCP (ser2net protocol), you can no longer use local serial handling for the same. Your other device has control and that's where you can send and so on. Trying to use http (via WebSend) is badly useless for ser2net, and if it even made sense, it would still not be viable on the same device. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have configured TCP TX, RX and runing TCPStart 8888.
There is Rs485 connected.
Conection from other devices works.
I have a problem with sending a command in Hex from the same TASMOTA runing TCP server to RS.
Command like SerialSend5 FFFFC10FDE
Tested Websend [192.168.1.2:8888] FFFFC10FDE but not working
Beta Was this translation helpful? Give feedback.
All reactions