Understanding SerialUSB

I have the hello world example running and messages are making it up to ‘Data Logs’. However, when I try to open the Serial Monitor in Arduino IDE (1.6.8), I get ‘Board at com3 is not available’. This just after successfully uploading a sketch and getting the '‘update complete’ from Konekt Updater v.0.6.2. What should I try?

Do you have SerialUSB.begin(); in your setup() function?

SerialUSB.begin(9600);

Windows will assign COM ports, and may change assigned numbers. Sometimes the Arduino IDE is a little slow to pick up on a change. Closing/reopening the IDE should work.

I think I understand now. This may be driver related. Continuing on this thread:https://community.konekt.io/t/driver-for-dash-serial/125