Your best bet is Apple's USB dev list.
On Feb 21, 2012, at 7:59 AM, ronald b. kopelman wrote:
> I expect to do this, of course in Obj-C. Can anyone point me in the direction
> of some relevant literature regarding usb devices & how to read them
--
Scott Ribe
scott_r...@elevated-dev.com
http:/
On Feb 21, 2012, at 6:59 AM, ronald b. kopelman wrote:
> This involves learning how to program a usb device. I expect to do this, of
> course in Obj-C.
I don’t know of any Objective-C USB APIs. I suspect you’re going to have to get
jiggy with IOKit…
(In general, don't assume there are Objecti
I have a usb glucometer that keeps the user's blood sugar level in a
database on the device. The data base file does not appear on the "thumb drive"
part of the device but I would like to find it & use it. This involves learning
how to program a usb device. I expect to do this, of course