I have been sitting 3 days and reading hundreds of websites, forums and articles and still not sure how I can do this. I am very new and this is a huuuuge task for me.
I have a small electronic device which I can connect to my pc with an USB cable. I need to write a driver which
1- connect to this device
2- read the power and current in this device (the info is in the device) and return the information to my PC.
Where should I start??? By the way, I have Windows XP and I know only C#.
I have seen this component "serialPort " in C#. I also have been reading about Windows DDK but I am not sure. How do I do this? Where should I start?
When I plug in this device, how can my application go inside and check???
I have a small electronic device which I can connect to my pc with an USB cable. I need to write a driver which
1- connect to this device
2- read the power and current in this device (the info is in the device) and return the information to my PC.
Where should I start??? By the way, I have Windows XP and I know only C#.
I have seen this component "serialPort " in C#. I also have been reading about Windows DDK but I am not sure. How do I do this? Where should I start?
When I plug in this device, how can my application go inside and check???
Comment