You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please try the Android App built with usbserial4a on Google Play: [PyTool USB Serial Free](https://play.google.com/store/apps/details?id=com.quanlin.pytoolusbserialfree), [PyTool Modbus Free](https://play.google.com/store/apps/details?id=com.quanlin.pytoolmodbusfree).
15
+
Please try the Android App built with usbserial4a on Google Play: [PyTool USB Serial F](https://play.google.com/store/apps/details?id=com.quanlin.pytoolusbserialfree), [PyTool Modbus Free](https://play.google.com/store/apps/details?id=com.quanlin.pytoolmodbusfree).
7
16
8
17
Implemented drivers are listed below:
9
18
* FTDI serial driver - done and tested with FT230X.
10
-
* CDC ACM serial driver - done and tested with MCP2200.
19
+
* CDC ACM serial driver - done and tested with MCP2200, BBC micro:bit V1(nRF51).
11
20
* CP210x serial driver - done and tested with CP2102.
12
21
* CH34x serial driver - done and tested with CH340.
13
22
* PL2303 serial driver - done and tested with PL2303.
14
23
15
-
Please consider [](https://www.paypal.me/jacklinquan) to support me.
16
-
17
24
## How to use it:
18
25
**To make quick prototype or to test and debug the script before building an App:**
19
26
@@ -27,6 +34,8 @@ In Pydroid, go to `Menu->Pip` and install `usbserial4a`.
27
34
28
35
Or go to `Menu->Terminal` and enter `pip install usbserial4a`.
29
36
37
+
Save `example.py` in the storage of the Android device.
38
+
30
39
Open `example.py` and run it. When it runs for the first time, it might prompt you for permission to access the USB device. Accept the permission and run this script again, then it should send the data `b'Hello world!'` as expected.
31
40
32
41
Go to `Menu->Graphical program output`.
@@ -35,6 +44,8 @@ Scroll to the last line, it should list all the USB devices connected to the And
35
44
36
45
**To build dedicated Apps with buildozer:**
37
46
47
+
(*These instructions are outdated and need update.*)
48
+
38
49
It works on Android 4.0+.
39
50
40
51
In `buildozer.spec` add `termios.so` to the whitelist.
0 commit comments