glitchyordis Hi, sometimes my script exits due to unforseen error. This causes issue (sometimes it works, sometimes it doesnt work) when re-connecting to the device. Is there a method to close all devices at the start of script?
jakaskerl There is currently no method that would close the connection to all devices, only to the device instance. I would suggest wrapping your code in try except and running device.close() anytime the script exits with an error. Hope this helps, Jaka