Ziem
Ziem

Reputation: 6697

External USB device attached to Android phone

I would like to ask you if is it possible to read data from attached external USB devices? In my case I wonder if I can attach some signal sensor and fetch data via USB to my application. How can data transfer be done?

Upvotes: 0

Views: 496

Answers (1)

s.d
s.d

Reputation: 29436

Yes. Android provides USBHost API. You can read device info and open read/write connections.

Upvotes: 1

Related Questions