Page 1 of 1

Ser2Net - send data to UDP

Posted: 13 Jan 2019, 16:37
by P406
Hey guys,

how can I send the serial commands received on the Rx-Pin to a UDP-port....? The other direction (send commands to ESPeasy) works fine 8-) :P
Would like to use it as a "Serial Wifi Bridge".

Kind regards,

P406

Re: Ser2Net - send data to UDP

Posted: 16 Jan 2019, 17:45
by P406
Is there no way to send everything received to an UDP-port? :roll:
I had an Sketch for Arduino what did exactly this, but was only for DHCP... That's why I want to use ESPeasy.

Kind regards,

P406

Re: Ser2Net - send data to UDP

Posted: 16 Jan 2019, 17:53
by grovkillen
Could you explain more exactly what you're wanting to accomplish?

Re: Ser2Net - send data to UDP

Posted: 17 Jan 2019, 07:29
by P406
Hi grovkillen,

I'm controlling my AV-Receiver that only supports RS232 commands. But he is also sending the state back on the Rx pin, when you change something (like volume f.e.) directly on the receiver. So I want to make ESPeasy a kind of "Serial Wifi Bridge" . :)

Kind regards,

P406

Re: Ser2Net - send data to UDP

Posted: 17 Jan 2019, 13:52
by grovkillen
Now that sounds like a great idea. You need to look through the GitHub, I think I (myself) created a feature request on that topic. Add your vote (thumbs up) and a link to this topic in the.

Re: Ser2Net - send data to UDP

Posted: 17 Jan 2019, 17:28
by P406
:)

The Transmit-Part is working perfectly! ;) Just missing the possibility to get the state back....

Kind regards,

P406