CCLib
CCLib copied to clipboard
Windows support
Hello,
Should this work on Windows? The Python script waits indefinitely upon starting it on the Arduino's serial port, before printing anything.
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
the same problem until I found a solution
Same here. So what was the solution?
Same here. So what was the solution?
could not find a solution
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;