Shanmugapriya
Shanmugapriya

Reputation: 11

Android - Reading data from health devices via USB

Does android support reading data from personal health device via USB?If so what are the drivers and interfaces required for developing the same?

Upvotes: 1

Views: 1669

Answers (1)

CommonsWare
CommonsWare

Reputation: 1006539

Android has nothing built in to "support reading data from personal health device" by any means. You are welcome to create an Android device that has such support, by blending the Android open source project with your own drivers.

Upvotes: 4

Related Questions