Debugging Arduino INO and CPP Projects Using Serial

preview_player
Показать описание
If you have an Arduino project with mixed INO and CPP project sources, and need to get to the bottom of an issue, this quick round up is for you! More Information and Links below...

Using the Serial Debugger included with Visual Micro, you can easily debug INO and CPP files, with no additional hardware, on most Arduino compatible boards.

In this Video we give a quick overview of the features for general debugging. More detailed information about what is available, and how to set it up can be found on our website, and in our Serial Debugging playlist, with each feature broken down, and set up step by step.

Don't forget to like and subscribe to stay up to date with our channel and product feature updates.

Our Website:

Serial Debugging Playlist:

Convert Arduino INO to CPP Walkthrough:

#Arduino #VisualStudio
Рекомендации по теме
Комментарии
Автор

Stepping through code line-by-line and watching how various coding protocols effect the memory, registers, and stacks is how you learn to become a real embedded engineer. This is a great piece of software and I hope it gets utilized as such. Thanks mate and great work.

testgearaddicts