I have been adding the logger capability to my application and I have run into the issue that the IDE seems to think the comm port is already in use. It happens when I hit the Serial Monitor button on the IDE after I upload my application. It has only become an issue since I started using the SPI capability of the Mini.
Another very similar issue is that I can't upload a new version of the application to the device until I go into perpetual upload, or change the running application to the BareMinimum, or maybe any application other then mine.
[code]Resetting to bootloader via DTR pulse
Reset via USB Serial Failed! Did you select the serial right serial port?
Assuming the board is in perpetual bootloader mode and continuing to attempt dfu programming...
Searching for DFU device [1EAF:0003]...
Couldn't find the DFU device: [1EAF:0003][/code]
but if I press the reset and hold the but down and go to perpetual upload mode then it can transfer.
Has anyone had any experience with this behavior?
Edit
I have just verified that when I remove the logger I can then see the serial monitor.