1
0
mirror of https://github.com/mik3y/usb-serial-for-android.git synced 2026-08-23 06:12:59 +00:00

flowcontrol for ftdi, pl2303, cp210x

This commit is contained in:
Kai Morich
2024-07-05 21:18:37 +02:00
parent 843792001f
commit 88ca3f57c4
14 changed files with 655 additions and 36 deletions
+4 -3
View File
@@ -115,9 +115,10 @@ 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 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).
See separate github project [SimpleUsbTerminal](https://github.com/kai-morich/SimpleUsbTerminal)
for a more complete example with:
* Background service to stay connected while the app is not visible or rotating
* Flow control
## Probing for Unrecognized Devices