Author Topic: CDC and DigiUSB windows 10  (Read 4254 times)

collie147

  • Newbie
  • *
  • Posts: 3
CDC and DigiUSB windows 10
« on: October 11, 2016, 10:14:26 am »
Having some major issues with Digispark Pro (and probably digispark too) on Windows 10.

Created a device and some visual studio code to set up comms with a digispark pro a while back.  It works no problem.  Moved to windows 10 and the CDC doesn't work.  Re-wrote the whole thing to use the DigiUSB only to find it doesnt work on all computers for some random reason.  Re-installed the drivers a million times, double and triple checked the code.  It works on some windows 10 machines and not on others (the DigiUSB that is) diagnostics come back with maybe 5 chars sending and receiving and then it just craps out, no more comms.  Funny thing is it works with Digispark all the time on all machines, but not the Pro, tried two different ones and its the same result, but digispark keeps working. 

Honestly I just want a universal comms application.  I'm hoping to create a device that will work on any windows 10 pc. 

I know there are issues with 'lowcdc.sys' as windows 10 uses a built in usbser.sys file, but surely a legacy one can be adapted. 

balizeiro

  • Newbie
  • *
  • Posts: 6
Re: CDC and DigiUSB windows 10
« Reply #1 on: May 10, 2017, 04:04:42 pm »
Did you manage to find a solution?