So I have a output on my monitor....
For my project in not really a problem, because before to use the serial monitor, I call so
many function that the delay is enough, but....
The MKR1000 has a native USB interface. That means after Serial.begin() you have to wait until the USB connection to the serial Monitor is established before you can send data. That is what