pouko / rfcat

Automatically exported from code.google.com/p/rfcat
Other
1 stars 1 forks source link

support question: trying to get rfcat running #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

Sorry to post this here, but I'm really interested by your project and anxious 
to get it running. I flashed a cc1111emk using the CC debugger (from windows 
with SmartRF Programmer), but when i run rfcat I get: 

     Error in resetup():USBError('Connection timed out',). 

I've tried the RfCatDons-120731.hex download and the output of "make 
RfCatDons.hex."

I was hoping someone wouldn't mind telling me what I did wrong.

Original issue reported on code.google.com by Nicholas...@gmail.com on 15 Aug 2012 at 12:52

GoogleCodeExporter commented 8 years ago
Do you have PyUSB/libusb installed?
You can install it from here: 
http://www.libusb.org/wiki/windows_backend

Original comment by Nicklego...@gmail.com on 6 Dec 2012 at 3:16

GoogleCodeExporter commented 8 years ago
SOLVED! I was using pyusb-0.4. I upgraded to 1.0 (first I upgraded to the 
newest rfcat which just hung instead of giving me that USBError, just in case 
anyone else has this problem) and everything's working great now, thanks so 
much!

Original comment by Nicholas...@gmail.com on 6 Dec 2012 at 1:26