I am connecting my Android Phone with my Linux Ubuntu Laptop over Micro USB(Android) to USB(Laptop) cable for Development/Debugging using Android Studio.
Will it possible to open the USB Port as Serial Communication port for sending and receiving data to/from Phone and Linux?
I wan to implement Java based test application on Linux which will talk with Android App over Serial.
I was trying to list the device when phone is connected using $ ls /dev/ttyUSB*
but I did not find it listed under /dev
.
How can I use USB as serial on Linux for Serial communication with Android Device?
Do I need to have USB serial converter cable something like:
(Android) Micro USB<--->Serial Male = Serial Female<-->USB (Linux)
Or can it be possible using Virtual Com Port, how?
Thanks for the help, highly appreciated.