I am currently attempting to flash to my argon on particle workbench, but it says that no devices are found. My device is plugged into my computer via USB and is on DFU mode. Here’s the whole error message:
:::: PUTTING DEVICE INTO DFU MODE
No devices found
:::: FLASHING APPLICATION
Creating c:/Users/Franci/Desktop/doorLight/target/1.3.0-rc.1/argon/module_user_memory.ld ...
Creating c:/Users/Franci/Desktop/doorLight/target/1.3.0-rc.1/argon/module_user_memory.ld ...
text data bss dec hex filename
5596 104 1072 6772 1a74 c:/Users/Franci/Desktop/doorLight/target/1.3.0-rc.1/argon/doorLight.elf
dfu-suffix (dfu-util) 0.9
Copyright 2011-2012 Stefan Schmidt, 2013-2014 Tormod Volden
This program is Free Software and has ABSOLUTELY NO WARRANTY
Please report bugs to http://sourceforge.net/p/dfu-util/tickets/
Suffix successfully added to file
Serial device PARTICLE_SERIAL_DEV : not available
Flashing using dfu:
dfu-util 0.9
Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
Copyright 2010-2016 Tormod Volden and Stefan Schmidt
This program is Free Software and has ABSOLUTELY NO WARRANTY
Please report bugs to http://sourceforge.net/p/dfu-util/tickets/
No DFU capable USB device available
make[2]: *** [../../../build/module.mk:129: program-dfu] Error 74
make[1]: *** [../build/recurse.mk:12: modules/argon/user-part] Error 2
make: *** [C:\Users\Franci\.particle\toolchains\buildscripts\1.9.2\Makefile:72: flash-user] Error 2
The terminal process terminated with exit code: 2
Press any key to close the terminal.
Does anyone know why this might occur/how I can fix it? Thanks!