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

closed . This question needs to be more objective and is not currently accepting answers.

want to improve this question? update the question to focus on just one problem when edit it .

Closed 4 years ago .

improve this question

Hello,

I'm trying to develop a mouse using a pic and instead of using an optical sensor usually 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?

Author: Al777, 2016-09-20

1 answers

Driver development is an extremely specialized area.

So casually it is impossible to create a driver, you will need to study the subject a lot in specialized books, and experiment a lot.

Microsoft provides many examples of drivers for Windows.

In this url Microsoft provides examples of drivers: https://github.com/Microsoft/Windows-driver-samples .

The SDK for driver development is here: https://msdn.microsoft.com/en-us/library/windows/hardware/ff557573 (v=vs. 85).aspx .

If you still have no experience with drivers you will need to study a lot even. (Obs. I have no experience in this area).

 0
Author: zentrunix, 2016-09-20 17:58:34