Question

I would like to build a Bluetooth keyboard for a smartphone like this product.

This product has a hardware driver. How can I write device driver for my keyboard.

Was it helpful?

Solution

You don't need to write a driver if the smart phone already supports bluetooth keyboards. If it does you just need your product to support the bluetooth HID protocol.

If the phone doesn't support bluetooth keyboards, it sounds like your question should be titled "How do I write a keyboard device driver for Windows Mobile?".

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top