-1
votes
1answer
60 views

openkinect libusb libfreenect Kinect camera test Number of devices found: 1 Could not open device [closed]

this is my hope because i dont know what else to do and i really need to advance and i am completely stack!! I am having a problem with the kinect and openKinect, i have installed it many times, i ...
1
vote
0answers
137 views

USB 2 prober for mac?

I'm trying to write a little driver for a Tengu usb device. I tried using USB Prober.app but it seems it can only probe USB 1 devices (my old Logitech mouse can be probed). Is it possible to sniff ...
2
votes
0answers
90 views

libusb_claim_interface fails on Mac OS X Mountain Lion

I've searched for hours with no avail. I've seen it everywhere that libusb_detach_kernel_driver isn't supported on Mac OS X, but I haven't been able to find a patch or alternative for it. ...
0
votes
0answers
373 views

How can we get data from iOS device using USB commands when its connected with Mac?

When any iOS Device connected with Mac, I want device's all data in Custom developed desktop app (not Itunes), I want data like installed app list, all settings list, all installed provisioning ...
0
votes
1answer
87 views

Include libusb in a package without the use of Macports

I'm making an installer for my Qt app that communicates with the USB port. For the app to work, libusb must be installed. I can do that using macports in terminal but that might be a hassle for my ...
0
votes
1answer
356 views

pyUSB Not Discovering Devices

So, I've installed libusb and pyUSB on my OS X Lion (10.7.3) machine, and I have the following script running: import usb import time if __name__ == "__main__": while True: busses = ...
0
votes
2answers
317 views

NFCPY/libUSB crashing running examples

I installed NFCPY, pyUSB and libusb on Mac Lion. I am using the common ACR122U NFC card reader and when I tried to run any of the examples it crashes. I know many people are using this same reader ...
0
votes
1answer
640 views

Problems with libftdi and libusb

I'm running on a Macbook, OS X 10.6.4. I've installed the latest version of libusb 1.x and also libusb-compat. The example applications in libusb compile and run, no problems there so I am assuming ...
0
votes
0answers
325 views

Reuse linux code on MAC OS [closed]

Is it possible to reuse the c code written for linux in MAC OSX. The code is using libusb library. I have found libusb lib for MAC OSX. But after installing it also getting error. Please help.
3
votes
1answer
11k views

How to set up libusb on Mac OS X?

I'd like to try to make a user-space device driver using libusb on Mac, but I'm confused where to start. In the SDK installer (which I got from http://www.ellert.se/twain-sane) it said something about ...
1
vote
0answers
2k views

Python libusb pyusb “mach-o, but wrong architecture”

I am having some trouble with the pyusb module. I have narrowed down the problem to a single line, and have created a small example script to replicate the error. #!/usr/bin/env python """ This ...