ksksue / PhysicaloidLibrary

Android Library for communicating with physical-computing boards (e.g.Arduino, mbed)
http://www.physicaloid.com/
357 stars 151 forks source link

With this library can we also read data from pen drive or usb headphones? #41

Open smoil-ali opened 2 years ago

xxxajk commented 2 years ago

I don't see the reason why you would want to communicate with headphones which are already supported in android, as well as USB storage.

Technically, you could with my fork, which includes the incomplete stubs for such extensions, to upload a sketch over bluetooth in SPP mode. I don't think you are understanding the actual use of this library, which is mainly to program a device, and interact with serial. Communication with anything ELSE is up to YOU.