Hello,
I don't know if the following is an IDE or hardware issue, but here is the problem:
Recently I am getting the following error sequence when loading the program to my R5 via USB:
(The USB is not recognized, but the program compiles OK without the board)
Has anyone encountered this kind of problem and have a solution?
Thanks,
samtal
java.io.IOException: No error in nativeDrain
at gnu.io.RXTXPort.nativeDrain(Native Method)
at gnu.io.RXTXPort$SerialOutputStream.flush(RXTXPort.java:1201)
at processing.app.Serial.write(Serial.java:470)
at processing.app.Serial.write(Serial.java:492)
at processing.app.debug.DFUUploader.emitResetPulse(DFUUploader.java:170)
at processing.app.debug.DFUUploader.uploadViaDFU(DFUUploader.java:100)
at processing.app.debug.DFUUploader.uploadUsingPreferences(DFUUploader.java:57)
at processing.app.Sketch.upload(Sketch.java:1473)
at processing.app.Sketch.exportApplet(Sketch.java:1405)
at processing.app.Sketch.exportApplet(Sketch.java:1368)
at processing.app.Editor$45.run(Editor.java:1965)
at java.lang.Thread.run(Thread.java:619)