Hello,
I'm fairly new to VisualMicro, and have this message all the time no matter what I do in the Output window, and even for a trivial program of 15 lines. Some even more trivial programs do not have this issue, however, but I can't make out what does trigger this or what not.
It starts at the very beginning of the void loop(): the loop just contains an if, and within it a switch with just a few lines for each press of the button.
Some details:
- ATMega 2560 correctly working at 115200 bps on COM4 - no other interface involved.
- It is just lighting a few LEDs based on the push of a button
- there are a few trace/breakpoints
- The bounce2 library is loaded, but I commented out every line referring to it
- the port monitor is open, set to 115200, but says otherwise nothing special
- the VM Debugger dropdown is set to 115200 as well
- the is no serial.print or serial.whatever() anywhere
- the program compiles and works fine, bar for that message
There was one thread about this in 2020, but it doesn't really explain what the cause of this issue is.
The message also says 'Use WhenHit>=millis to limit the data rate'... Do I have to insert that in every sketch? And where then?
Read the docs and Googled to no avail...
Than you !