wh201906 / SerialPipe

USB Serial to UDP bridge app
MIT License
13 stars 3 forks source link
android serialport udp

SerialPipe

UDP to USB Serial bridge on Android
<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" height="80">

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:

socat -dd /dev/ttyACM0,raw,echo=0,b<baudrate> udp4-listen:<port>,reuseaddr,fork