Closed ItsGosho closed 3 years ago
The debugger uses serial port to communicate with the computer, so Serial cannot be used in your program together with the debugger. Please see the :Important limitations of the debugger" chapter in the avr_debug manual (in the doc folder) for more info.
When the any of the serial methods from Arduino is used the error in the title prevents me from building. Because of that I can't use any of the Serial methods.
The following will pass:
But any of the following will not:
or