Se
SerialPipe
A USB Serial to UDP bridge app
io.github.wh201906.serialpipe
About SerialPipe
A USB Serial to UDP bridge app
This app works as a bridge to transfer the communication between the UDP and USB serial port. It has the same function as the following command in Linux:
<pre><code>socat -dd /dev/ttyACM0,raw,echo=0,b<baudrate> udp4-listen:<port>,reuseaddr,fork</code></pre>