SerialPipe icon

SerialPipe for Android

v0.0.3 MIT

A USB Serial to UDP bridge app

Download APK (2.1 MB)


Version
v0.0.3 (3)
Update
Developer
wh201906
License
MIT
Source Code
Code Repository

SerialPipe app

SerialPipe is Connectivity tool that is open source under the MIT license. 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:
socat -dd /dev/ttyACM0,raw,echo=0,b<baudrate> udp4-listen:<port>,reuseaddr,fork


Old Versions