I am using a Surface Pro 11 , arm with Arduino uno R4 Minima Board.
Running a blank sketch with :
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}
*
It compiles fine but when uploading:
I get this error:
Cannot open DFU device 2341:0069 found on devnum 2 (LIBUSB_ERROR_NOT_FOUND)
No DFU capable USB device available
Failed uploading: uploading error: exit status 74
I have already tried plugging directly, switching adapters and cables also.
Is there a library or something that I am missing? I already have the drivers 1.2.1 by Arduino installed.
Thank you very much for your kind assistance!
Anonymous
Problem solved:
I use a different cable and it worked:
Opening DFU capable USB device...
Device ID 2341:0069
Run-Time device DFU version 0101
Claiming USB DFU (Run-Time) Interface...
Setting Alternate Interface zero...
Determining device status...
DFU state(0) = appIDLE, status(0) = No error condition is present
Device really in Run-Time Mode, send DFU detach request...
Device will detach and reattach...
Opening DFU USB Device...
Claiming USB DFU Interface...
Setting Alternate Interface #0 ...
Determining device status...
DFU state(2) = dfuIDLE, status(0) = No error condition is present
DFU mode device DFU version 0101
Device returned transfer size 64
Copying data from PC to DFU device
Download [ ] 0% 0 bytes
Download [= ] 4% 1664 bytes
Download [== ] 8% 3328 bytes
Download [=== ] 12% 4992 bytes
Download [==== ] 16% 6656 bytes
Download [==== ] 19% 8256 bytes
Download [===== ] 20% 8320 bytes
Download [====== ] 24% 9984 bytes
Download [======= ] 28% 11584 bytes
Download [======== ] 32% 13248 bytes
Download [========= ] 36% 14912 bytes
Download [========== ] 40% 16576 bytes
Download [=========== ] 44% 18240 bytes
Download [============ ] 48% 19904 bytes
Download [============= ] 52% 21504 bytes
Download [============== ] 56% 23168 bytes
Download [=============== ] 60% 24832 bytes
Download [================ ] 64% 26496 bytes
Download [================= ] 68% 28160 bytes
Download [================== ] 72% 29824 bytes
Download [=================== ] 76% 31488 bytes
Download [==================== ] 80% 33088 bytes
Download [===================== ] 84% 34752 bytes
Download [====================== ] 88% 36416 bytes
Download [======================= ] 92% 38080 bytes
Download [======================== ] 96% 39744 bytes
Download [=========================] 100% 41284 bytes
Download done.
DFU state(7) = dfuMANIFEST, status(0) = No error condition is present
DFU state(2) = dfuIDLE, status(0) = No error condition is present
Done!
Muchas gracias, puedes solucionar soloo cambiando al cable original que trae el Arduino, muchas gracias.