Top "Usb-otg" questions

USB On-The-Go is a USB (Universal Serial Bus) specification that allows a device to act as Host to simpler gadgets, such as flash drives, but then also act as a "slave" device to other Hosts, such as a personal computer.

Communicating with serial USB device over Android

I have one custom made device for measuring current. This device can be connected to PC and communication is done …

android serial-port ftdi usb-otg
USB OTG Supported Phones?

I'm looking for Symbian/Android/Windows Phone which support USB OTG. I Have simple device which send very basic ascii …

android windows-phone-7 symbian usb-otg
How app can access files on USB OTG storages in Android 6.0 (API level 23) without root?

Android 6.0 Developer Preview (API level 23) can natively mounts external removable USB OTG storages out-of-the-box without any additional apps (for more …

android file-io android-6.0-marshmallow android-external-storage usb-otg
Using Android phone as USB Host to mount external drives to phone and accessing the memory of the external drive through phone

I have been checking since some time to mount external drives to android phone i.e., if I plug external …

android usb-otg
Android USB OTG: programmatically turn off power to the port

Suppose I have a USB-powered LED lamp connected through a USB OTG adapter to a Toshiba Excite 10 tablet running Android 4.0.3, …

android usb usb-otg
How to change the (physical) keyboard language in android?(Besides SHIFT-SPACE)

I bought an OTG cable for my LG-G2. I connected to the OTG a wireless logitech keyboard (MK 250). In my …

android keyboard usb-otg logitech
Adding driver to android devices kernel

I would like to use a PCAN with my device. I have the program for it, and an otg cable, …

android kernel driver usb-otg
How to read/write external USB storage on Android?

I am currently making an app that needs to be able to read from and write to a USB flash …

android usb storage usb-otg
android ADK - USB OTG (Host mode)

I am just starting to get into android soft dev and will be designing accessory hardware to interface the android …

android usb usb-otg
Sending data from a PC to an Android device using USB OTG

I want to send data between a host (Android) and a client (PC) using the Android USB OTG API. Code …

android usb usb-otg