CheapB wrote:I need to build an UDP to serial bridge without any need for an external MCU or other hardware. The UDP server is listening for a message on a specific port and when it receives it, it will pass it on to the serial port.
Anyone who has a sample source code that i can use as a basis/inspiration?
Thanks!
hi,
the SoC is the UDP Server and will listen to a Port and will forward / pass to the serial port UART?
start AT Firmware
start a multi line
AT+CIPMUX=1
set your server to listen example port 20000
AT+CIPSERVER=1,20000
set TimeOut at the Server Connect
AT+CIPSTO=IN SEC example AT+CIPSTO=120
Return to single line
AT+CIPMUX=0
connect your "UDP Client" to the IP + Port
send data to this
receive it at UART
did you mean this?
or other?
if you want a microcontroller at UART
so you must program like the same shema.
the mikrocontroller send's AT Command
if you want a standalone like this
viewtopic.php?f=12&t=307so you must create custom firmware.
is this what you want?
so let me know - how you will get on in this
best wishes
rudi