Suggest you call Serial.begin(9600) once in setup, instead of repeatedly some time later. Hopefully you will then see your startup messages and know your sketch is running so you can move on with debugging it.
Suggest you call Serial.begin(9600) once in setup, instead of repeatedly some time later. Hopefully you will then see your startup messages and know your sketch is running so you can move on with debugging it.