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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user