Skip to content

wh201906/SerialPipe

Repository files navigation

SerialPipe

UDP to USB Serial bridge on Android
Get it on F-Droid

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