Connectivity › SerialPipe
thumb_up Follow me on GitHub to get notifications about my projects (like Fossdroid Core), thanks! close

SerialPipe

A USB Serial to UDP bridge app
Version: v0.0.3
Added: 25-10-2023
Updated: 24-11-2023
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


Screenshot of SerialPipe
code Source file_download Download