From a9b3c0d9f4c206718e534b39a5b00058a0845651 Mon Sep 17 00:00:00 2001 From: wh201906 Date: Wed, 8 Nov 2023 12:02:02 +0800 Subject: [PATCH] Add note for USB to UDP bridge app --- doc/termux_notes.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/doc/termux_notes.md b/doc/termux_notes.md index c4ab7fa9b..812719a75 100644 --- a/doc/termux_notes.md +++ b/doc/termux_notes.md @@ -17,9 +17,10 @@ * [ Troubleshooting ](#troubleshooting) * [ TCP/UDP bridge method ](#tcpudp-bridge-method) * [ USB connection ](#usb-connection) - * [ USB-UART bridge application ](#usb-uart-bridge-application) + * [ USB-UART bridge application for TCP to USB bridging](#usb-uart-bridge-application-for-tcp-to-usb-bridging) + * [ USB-UART Bridge Application for UDP to USB bridging](#usb-uart-bridge-application-for-udp-to-usb-bridging) * [ Bluetooth connection ](#bluetooth-connection) - * [ BT-UART bridge application ](#bt-uart-bridge-application) + * [ BT-UART bridge application for TCP to BT bridging](#bt-uart-bridge-application-for-tcp-to-bt-bridging) * [ TCP connection ](#tcp-connection) * [ UDP connection ](#udp-connection) * [Troubleshooting](#troubleshooting-1) @@ -155,6 +156,18 @@ Choose your registered PM3 device as 'Device B' -> 'Connect to USB device'. Ensure 'Retransmission' is set to 'both ways'. It is possible to record the config as autostart, cf 'Settings' -> 'Autostart setting'. +#### USB-UART Bridge Application for UDP to USB bridging +^[Top](#top) + +Install [this free SerialPipe app](https://f-droid.org/packages/io.github.wh201906.serialpipe/) on [F-Droid](https://f-droid.org/). +You can download the apk on this website without installing F-Droid. + +The app lets you choose the baudrate. Default value (115 200 baud) is fine. +Plug the PM3 in and click `Connect`. +Choose a random port not used by system (e.g. 4321) and click `Start Server`. + +Note: This app uses foreground service to keep the connection alive, so you can safely put it in the background without suspending the transmission. However, you will see a dummy notification in the status bar which is required for foreground service. + ### Bluetooth connection ^[Top](#top)