Hi all, I am trying to debug a custom board with an Atmega2560 MCU, but I am stuck in Astudio7 using the serial port.
I thought to set anything, but when I click on "start debugging and break", the following message appear and no breakpoint is hit:
"
User Experience: The serial debugger was delayed waiting for an incoming line of data. If the Serial.print() command is used between breakpoints, then ensure that a line termnator is sent using .println() or .print("\r\n"). Optionally, use #if defined(VM_DEBUG) to add code that is only active when debugging. (if this is expected then switch this user experience message off in tools>options>visual micro>micro debug)
"
I cant understand what's my mistake, I tried to use a different port also.
You can have a look of the attached screenshot..
Thanks a lot
Marco