Search found 3 matches

by felix
Fri Feb 16, 2007 6:24 am
Forum: Developer's Forum for macOS
Topic: SpaceTraveler support using IOKit
Replies: 8
Views: 108198

This really makes a difference, I agree with those people. Again, many thanks and have a nice weekend.

Felix
by felix
Thu Feb 15, 2007 12:02 pm
Forum: Developer's Forum for macOS
Topic: SpaceTraveler support using IOKit
Replies: 8
Views: 108198

Many thanks for the fast response. Unfortunately, it didn't work out for the SpaceTraveler. I'm using the following code, without an error: void HIDSpaceTraveler::enableLED(bool trueOrFalse) { IOHIDDeviceInterface122 ** hidDeviceInterface = getDeviceInterface(); if (hidDeviceInterface != NULL) { UIn...
by felix
Wed Feb 14, 2007 11:07 am
Forum: Developer's Forum for macOS
Topic: SpaceTraveler support using IOKit
Replies: 8
Views: 108198

SpaceTraveler support using IOKit

Hi there, Nice to see your support for Mac OS X, that's really great. I've included support for the SpaceTraveler device in our Medical Applications on OSX using the IOKit.framework and the HID functions. One thing that's left is supporting the nice blue LED. Could you please provide me with some in...