Executing [particle setup] results in "No devices detected via USB" (Core attached, blinking blue).
However, executing [dfu-util -l] detects device without problem (Core attached, blinking yellow):
dfu-util -l
dfu-util 0.8
Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
Copyright 2010-2014 Tormod Volden and Stefan Schmidt
This program is Free Software and has ABSOLUTELY NO WARRANTY
Please report bugs to dfu-util@lists.gnumonks.org
This was a red herring. Somehow I loaded the libusbk driver for the Spark Core AND the CORE DFU (flashing yellow mode) when it should have only been loaded for CORE DFU. Symptom of this is in Windows Device Manager the Spark Core appears under “libusbK USB Devices” instead of under “Ports” where it should be. This is what bad looks like:
Solution is to reload driver using “Update Driver Software…” portion of instructions from here.
Have you installed both sets of drivers and set the device in the respective mode?
Just stating: “I’ve got the same”, does hardly help.
Have you also got a Spark Core or a Particle Photon?
If Core you need to explicitly call Serial.begin(115200) in your app to make it appear as serial device (or put the device into listening mode).
Yes, Particle has a support, but usually the forum can help quicker - we also answer weekends