Environment: MacOS • DASH board version 0.9.2 and 0.10.1 alternately • Arduino IDE 1.6.11
I found two scenarios when DASH port is not showing after successfully uploading INO code:
- When Serial.begin(xxxx) or SerialUSB.begin(xxxx) is not coded.
- When using SPI connection (I2C has no problem).
I encountered Scenario 1 when I created a simple blink.
I encountered Scenario 2 when I changed my code from I2C code to ISP, because I’m having problem working with ADXL435. The SPI INO code is here, I just changed the CS_PIN to D09 and everything stays the same.