How to create a driver to make my own usb mouse with PIC? [closed]

1

Hello,

I'm trying to develop a mouse using a pic and instead of using an optical sensor commonly used in mice I wanted to control using accelerometers.

How do I create a Windows Pro driver? Is it possible for me to communicate a PIC with a driver I created and command a mouse?

    
asked by anonymous 20.09.2016 / 19:38

1 answer

0

Driver development is an extremely specialized area.

So, as a matter of fact, it's impossible to create a driver, you'll need to study the subject extensively in specialized books, and try hard.

Microsoft provides many examples of drivers for Windows.

In this url Microsoft provides examples of drivers: link .

The SDK for driver development is here: link .

If you do not already have experience with drivers you will need to study hard even . (Note I have no experience in this area.)

    
20.09.2016 / 19:58