Digistump Forums
The Digispark => Digispark Pro Support => Topic started by: balizeiro on May 07, 2017, 08:43:28 am
-
I'm using my Digispark Pro to communicate to my C# program trough USB, and everything works fine until I restart my PC, at which time I get an "Unknown USB Device (Device Descriptor Request Failed)", and can't connect to my device unless I manually unplug and plug it back again.
Is this the expected behavior? Is there any way to make this work without reconnecting my Digispark Pro?
Thanks in advance for any help provided.
-
Any ideas anyone?
-
Hi, I faced exactly same problem. Did you resolved it?
My idea is to reboot digispark if no USB connection is made using a watchdog timer, but I don't know how to detect the connection. A tip is here: http://obruboff.ru/no-detect-usb-tiny-device-after-reboot-problem/ (http://obruboff.ru/no-detect-usb-tiny-device-after-reboot-problem/), but it does not work for me.