SerialPipe
A USB Serial to UDP bridge app
新版本 v0.0.3
Fix broken release build
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
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
版本
雖然在下方可選擇下載 APK 檔案,但要留意這樣的安裝方式將不會收到更新通知,是一種較不安全的下載方法。建議您先安裝 F-Droid 用戶端使用。
下載 F-Droid-
此版本需要 Android 4.2 或更高的版本。
此套件包由 F-Droid 構建和簽署,並保證與此原始碼 Tarball 保持一致。
-
此版本需要 Android 4.2 或更高的版本。
此套件包由 F-Droid 構建和簽署,並保證與此原始碼 Tarball 保持一致。
新版本 v0.0.1
The first version
