Search code examples
androiddevice-driverlinux-device-driver

Android apps, communicating with a device via USB port


I am new to Android Platform and I Like to know whether it is possile for an Android device(App) to communicate with Linux system via USB port for 2 way communication . If yes how it can be done . Thanks for your help


Solution

  • USB support is limited in Android currently and only available on > 3.0. Look at the online developer's docs.

    USB Docs