Author Topic: Windows 10 crashing with CDC  (Read 2489 times)

drWatson

  • Newbie
  • *
  • Posts: 4
Windows 10 crashing with CDC
« on: August 25, 2016, 10:52:58 am »
Hi All,

I am facing an issue for which I was not able to find any solution so seeking help in here. I have a digispark USB, I can program it fine from arduino ( blinks, servo, keyboard etc.).
I want to use ardulink - Java so that I can read values from sensors connected to digispark and post it on web. Ardulink works perfectly fine when I want to pass values to digispark. Digispark comes fine as a libusb32 driver under device manager and everything goes fine.
Problem comes when I want to read values from it. I uploaded CDC example ( SerialUSB.println(F("TEST!"))) to it as soon as I upload it, it crashes my windows ( the blue death screen comes up). Any help in resolving this issue would be awesome.
OR if anyone is using a different way to read sensor values from digispark and passing it to web , I would love to hear that.
Thanks

balizeiro

  • Newbie
  • *
  • Posts: 6
Re: Windows 10 crashing with CDC
« Reply #1 on: May 10, 2017, 04:18:49 pm »
Did you managed to find a solution for this?