1
0
mirror of https://github.com/mik3y/usb-serial-for-android.git synced 2026-08-11 08:22:52 +00:00

modernize example app

This commit is contained in:
kai-morich
2020-03-23 20:11:39 +01:00
parent cffe54e15c
commit 2354f93354
34 changed files with 834 additions and 621 deletions
+2 -2
View File
@@ -96,12 +96,12 @@ and finally:
port.close();
```
For a simple example, see
[UsbSerialExamples](https://github.com/mik3y/usb-serial-for-android/blob/master/usbSerialExamples)
folder in this project.
For a more complete example, see separate github project
For a more complete example with background service to stay connected while
the app is not visible or rotating, see separate github project
[SimpleUsbTerminal](https://github.com/kai-morich/SimpleUsbTerminal).
## Probing for Unrecognized Devices