CCLib icon indicating copy to clipboard operation
CCLib copied to clipboard

Windows support

Open vmsh0 opened this issue 6 years ago • 4 comments

Hello,

Should this work on Windows? The Python script waits indefinitely upon starting it on the Arduino's serial port, before printing anything.

vmsh0 avatar Jul 27 '18 13:07 vmsh0

Hello,

Should this work on Windows? The Python script waits indefinitely upon starting it on the Arduino's serial port, before printing anything.

the same problem until I found a solution

korol-sas avatar Oct 05 '18 16:10 korol-sas

the same problem until I found a solution

Same here. So what was the solution?

rgabo74 avatar Oct 05 '18 21:10 rgabo74

Same here. So what was the solution?

could not find a solution

korol-sas avatar Oct 08 '18 07:10 korol-sas

the same problem until I found a solution

Same here. So what was the solution?

I use this fork - https://github.com/kirovilya/CCLib it resolve my prev problems.

But I now had another problem, my chip is not responding, I have already rechecked everything.

     // If we are waiting for too long, we have lost the chip,
      // so also assume we are out of debugging mode
      errorFlag = CC_ERROR_NOT_WIRED;

korol-sas avatar Oct 08 '18 10:10 korol-sas