github-rfpwnon icon indicating copy to clipboard operation
github-rfpwnon copied to clipboard

Lost comunication to usb device

Open chinemys opened this issue 7 years ago • 3 comments

after some time sending data, I get this error "Lost communication to usb device ..waiting 3 seconds, then retrying ... latest firmware rfcat yard stick one compiled with sdcc

chinemys avatar Dec 10 '17 18:12 chinemys

Does it end up retrying? Use some sort of spectrum analyzer/watch the waterfall using another device like a hackrf or rtlsdr.

exploitagency avatar Dec 18 '17 13:12 exploitagency

yes, try again, and come back up a few times and then crash ... I'm using sdr, I see the communication until then it stops as written above. I tried several USB sockets and several notebook s, always the same problem error: Transmitting... Lost communication to USB device.. waiting 3 seconds, then retrying. Traceback (most recent call last): File "rfpwnon.py", line 222, in ConfigureD(d) File "rfpwnon.py", line 109, in ConfigureD d.setMdmModulation(MOD_ASK_OOK) File "/usr/local/lib/python2.7/dist-packages/rflib/chipcon_nic.py", line 589, in setMdmModulation self.getRadioConfig() File "/usr/local/lib/python2.7/dist-packages/rflib/chipcon_nic.py", line 385, in getRadioConfig bytedef = self.peek(0xdf00, 0x3e) File "/usr/local/lib/python2.7/dist-packages/rflib/chipcon_usb.py", line 838, in peek r, t = self.send(APP_SYSTEM, SYS_CMD_PEEK, struct.pack("<HH", bytecount, addr)) File "/usr/local/lib/python2.7/dist-packages/rflib/chipcon_usb.py", line 700, in send return self.recv(app, cmd, wait) File "/usr/local/lib/python2.7/dist-packages/rflib/chipcon_usb.py", line 664, in recv raise(ChipconUsbTimeoutException()) rflib.chipcon_usb.ChipconUsbTimeoutException: Timeout waiting for USB response.

chinemys avatar Dec 18 '17 17:12 chinemys

Same here I have this issue as well.

zwt2135 avatar Jul 22 '19 04:07 zwt2135