|
From: zoyd <zo...@gm...> - 2013-04-27 13:18:12
|
On 4/26/13 6:45 PM, "John Adcock" <jo...@th...> wrote: >Thanks for all you help and what you've added is a long way from hacking >and nicely explained by your git check-in comments. Thanks, my first foray into git and I tried to maintain some discipline but I'm sure there are a few edits that made it in uncommented. > The main ones I felt needed more than a single glance were the libusb >initialization as this is bring back code I remember taking out The code as it stood crashed with multiple meters (specifically i1pro 2 + display pro) so I rolled it back to the release 3.0.4.0 version + Graeme's initialization fix. There was also an exception occurring in io.c upon initialization so I had to reinsert libusb_init(0); >and the isidentity fix which looked like it wouldn't live up to it's name >properly. I found it wasn't working when I needed to check the state of the user's calibration matrix so I used some code from here: http://www.engineersgarage.com/c-language-programs/check-if-given-matrix-id entity-matrix that seems to work fine. -scott |