finish implementing basic ACIM control

This commit is contained in:
Oskar Weigl
2019-09-22 23:27:40 -07:00
parent 66cb273540
commit c8c6f6237c
6 changed files with 83 additions and 14 deletions
@@ -187,7 +187,7 @@ def discover_channels(path, serial_number, callback, cancellation_token, channel
return True
while not cancellation_token.is_set():
logger.debug("USB discover loop")
# logger.debug("USB discover loop")
devices = usb.core.find(find_all=True, custom_match=device_matcher)
for usb_device in devices:
try: