I am trying to read data from a bloodpressure meter that has a usb interface that windows recognizes as a HID device. The BloodPressure meter comes with no documentation or software for its USB port. but other meters similar to this one allow you to download data from it about tests. I have downloaded examples in C# 2 of them, the first one is WAY too complicated as its written to control a particular game controller and the other just has errors in it where it parses the data wrong, but I dug through it enough where I can get the "path" to the device.
but I can't seem to figure out how to read data from the device to find out what is can. Does anyone have an suggestions or examples?
I am going to continue to read up and hack around, just though I ask for a little help.