SerialTest icon indicating copy to clipboard operation
SerialTest copied to clipboard

possibility to acquire device on android

Open n30f0x opened this issue 1 year ago • 1 comments

it looks like there's a way to acquire control over usb serial with android, please have a look

https://github.com/markqvist/Sideband/blob/main/sbapp/patches/HIDDeviceUSB.java

device is acquired with this app, allowing serial connectivity natively

n30f0x avatar Jun 20 '24 10:06 n30f0x

There are some fancy USB serial libraries for Android (like this and this) and it's possible to handle the USB serial device within the SerialTest. However the connection class of SerialTest is somewhat messy so I need to refactor it first then add the native USB serial support. Anyway, thanks for your information!

wh201906 avatar Jun 20 '24 14:06 wh201906