Replies: 2 comments 18 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.
-
Thanks @barbudor. If I have understood that is what I need to do - Open socket in Berry and send data from other Tasmota. |
Beta Was this translation helpful? Give feedback.
-
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