hi everyone,
i just want to know how to automatically check the allocated memory size of an external devices without looking in the properties of windows. how do i write the code for this? thenks in advance for your help..much appreciated.:)
Software/Hardware used:
ASKED:
January 2, 2010 4:10 PM
UPDATED:
January 22, 2010 6:19 AM
You getting into some complex territory here. I have started a personal project to read USB HID devices. You might need to at least right a DLL in .NET to interact with the device.
Here is a good article to get you started on the research involved.