I could write code for microcontrollers without problems (almost
But as soon as I have to write a windows driver I feel myself completely dumb.
in short: I build a USB adpater for 8psk tuner (it works as 2/4/8psk tuner).
wrote a firmware for FX2 chip rather fast.
Spent a couple of weeks writing windows API driver to this piece of hardware (TSReader has a very good Sample Source code with a lot of good comments).
So, it works with TSReader now (check DVBN forum for detailes, if you want).
Now I want to get support of other software. As I understand, the easiest way is to write a BDA driver.
I received a DDK for WinXP from Microsoft . It includes sample code of BDAtuner.
I guess, comments in this sample code were written by anyone but hardware engineer. Cause I have a hard time to understand them.
If I could find a source code for BDA driver with some hardware implementation (even not finished) I would be very happy.
It would give me an idia how to modify that MS sample code to work with my hardware.
Any help?
Thanks