I am using a Dymo USB scale with PyUSB and everything is really great apart from the scale's automatic shutdown after three minutes. I would like to keep it running as long as my python program is running. Is there any way to do this using python?
I am new to PyUSB and have followed this tutorial successfully so far: http://steventsnyder.com/reading-a-dymo-usb-scale-using-python/.
The auto shutdown can be disabled manually as said here: http://www.manualslib.com/manual/472133/Dymo-S100.html?page=7 but this must be performed every single time which is a problem.
Many thanks in advance for any suggestions!