|
Hi Mark,
Question about the python scripts you wrote.
Have installed them on OSX, you said that there is a problem. what is that?
Also the quarqd_config file, what should that look like?
If I run the ap2.py script, i get numbers back (sometimes), the ap2s, returns with errors.
See below.
Traceback (most recent call last):
File "ap2s.py", line 40, in <module>
print " ".join(("%02x"%x for x in ep_in.read(64)))
File "/Library/Python/2.6/site-packages/usb/core.py", line 273, in read
return self.device.read(self.bEndpointAddress, size, self.interface, timeout)
File "/Library/Python/2.6/site-packages/usb/core.py", line 624, in read
self.__get_timeout(timeout)
File "/Library/Python/2.6/site-packages/usb/_debug.py", line 53, in do_trace
return f(*args, **named_args)
File "/Library/Python/2.6/site-packages/usb/backend/libusb10.py", line 483, in bulk_read
timeout)
File "/Library/Python/2.6/site-packages/usb/backend/libusb10.py", line 581, in __read
timeout))
File "/Library/Python/2.6/site-packages/usb/backend/libusb10.py", line 353, in _check
raise USBError(_str_error[retval.value])
usb.core.USBError: Operation timed out
Erik
|