Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- Can anyone please explain to me the basic steps/tools I need? Links to documentations/tutorials are fine too. Thanks. --- Quote End --- I suggest you first get a basic understanding of drivers. I have coded drivers under windows, and I suggest you read something about WDM and KMDF. Of course, a basic c/c++ skill is required. After that, you can find some sample driver codes and adapt them to your device according to your requirements.