Ma7moud3ly / micro-repl

MIT License
56 stars 4 forks source link

How does the USB to SERIAL work in Android? #18

Closed AthulNoobie closed 2 months ago

AthulNoobie commented 4 months ago

How the USB to SERIAL communication works in Android. How to install the CP210x driver in Android.

I want to connect my ESP32 with termux. How to install CP210x. Does it only work inside the app?

Ma7moud3ly commented 2 months ago

Actually I use usb-serial-for-android its an android library implements serial communication. If you were an Android developer, it will be useful. Also, while you are using termaux, you can find any of ssh & telnet client apps that we use in the command line to establish serial communication, then you will find which app is available in termux.. look for putty, tera term or any similar.. An alternative way is to find if python package Pyserial is available for python android and you can make a script to do the job.