SerialPipe

SerialPipe

A USB Serial to UDP bridge app

wh201906 Connectivity Development

Screenshots

Screenshot of SerialPipe

Description

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:
<pre><code>socat -dd /dev/ttyACM0,raw,echo=0,b<baudrate> udp4-listen:<port>,reuseaddr,fork</code></pre>

What’s new (v0.0.3)

Fix broken release build

Versions

Version Date Size Requires Android Download
v0.0.3 current
b4fca651882b8844…
2023-11-25 2.1 MB API 17
v0.0.1
3eaf48ddac21c428…
2023-10-25 1.9 MB API 17

Permissions

What the app asks the system for. Android only grants sensitive access after you confirm it.

  • Internet accessSend and receive data over the internet.
  • Foreground serviceKeep running in the background, visible in the status bar.

Comments