An open API service indexing awesome lists of open source software.

https://github.com/wh201906/serialpipe

USB Serial to UDP bridge app
https://github.com/wh201906/serialpipe

android serialport udp

Last synced: 8 months ago
JSON representation

USB Serial to UDP bridge app

Awesome Lists containing this project

README

          

# SerialPipe
UDP to USB Serial bridge on Android
[Get it on F-Droid](https://f-droid.org/packages/io.github.wh201906.serialpipe)

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 udp4-listen:,reuseaddr,fork
```