While I do not have experience writing the USB drivers for an IR device, I do have the experience writing USB drivers for an in-house built device that communicates over the USB cable connection. In order to communicate with the device you will need to know how the device reacts over the basically. I wouldn't expect anything to work for you, such as readIRDevice() or anything of that nature built-in. But if you have access to the communication protocols exchanged between the device and yourself, you can do what I am doing and write your own driver to open up a USB connection and parse the data. Essentially writing your own driver for the device.
On Sep 15, 10:00 pm, warriorinjapan <[email protected]> wrote: > Dear All, > > Does any one of you have experience of writing the USB drivers on > Android SDK for InfraRed transmitters. > > Thank you. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

