Using Create Editor in my Chrome browser on Windows 10, the Arduino Due is detected correctly via the Programming USB connection but when trying to upoad the Blink sketch I get the following:
arduino-builder/arduino-builder -compile -core-api-version 10611 -build-path /tmp/067672714 -hardware arduino-builder/hardware -hardware arduino-builder/packages/cores -tools arduino-builder/tools -tools arduino-builder/packages/tools -built-in-libraries arduino-builder/latest -libraries /tmp/573334551/pinned -libraries /tmp/573334551/custom -fqbn arduino:sam:arduino_due_x_dbg -verbose=false /tmp/573334551/Blink
Sketch uses 22124 bytes (4%) of program storage space. Maximum is 524288 bytes.
No device found on COM7
Could not program the board
I do not get this error when using the Arduino IDE
Any advise on correcting this?