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
- Host: GitHub
- URL: https://github.com/wh201906/serialpipe
- Owner: wh201906
- License: mit
- Created: 2023-10-19T16:40:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-02T10:16:56.000Z (almost 2 years ago)
- Last Synced: 2025-02-02T02:41:11.305Z (8 months ago)
- Topics: android, serialport, udp
- Language: Java
- Homepage:
- Size: 559 KB
- Stars: 14
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SerialPipe
UDP to USB Serial bridge on Android
[](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
```