1
0
mirror of https://github.com/mik3y/usb-serial-for-android synced 2025-06-10 01:16:27 +00:00

Updated Device Tests & Coverage Report (markdown)

kai-morich 2025-01-29 07:50:08 +01:00
parent 4ed6d2a026
commit d15d31d455

@ -7,7 +7,7 @@ The instrumented test uses the RFC-2217 server to control the other end of the s
# Android Setup
By default the USB port is used for ADB debugging, but ADB can also use Wi-Fi. To enable Wi-Fi you have to enable it in *Android Settings -> Developer options*, connect with USB ADB and enable Wi-Fi with ``adb tcpip 5555``, see more details [here](https://developer.android.com/studio/command-line/adb.html).
By default the USB port is used for ADB debugging, but ADB can also use Wi-Fi. To enable Wi-Fi you have to enable it in *Android Settings -> Developer options*. Connecting to the device is Android version specific, see more details [here](https://developer.android.com/studio/command-line/adb.html).
# Serial host setup