About Licensing :: Learn more about our Licensing Model | Common Issues :: Solve Activation Problems
Table of Contents
The following section describes the menu items you can find under the Tools > Visual Micro menu. Many of the functions of these menu items can also be found in the Arduino Boards or Arduino Serial Monitor toolbars.
Note:
For Atmel Studio users: If you have a programmer that is compatible with Atmel Studio, then you can instruct Visual Micro to use it for uploads, so that you don't have to upload manually with Atmel Studio's "Device Programming" menu item. For this purpose, select the appropriate programmer (whose name begins with "Atmel ...") in the "Programmers" menu item.
Compiler Warnings often help you in finding hidden bugs in your code. Example: if( counter = 4 ) { counter == 4; } Both these code lines are legal, but probably it is not what you intended: The first line should possibly be a comparison (==), but it is an assignment (=), and the second line should be an assigment, but it is a comparison without any effect. Both lines are valid C++ but make no sense and indicate a programming mistake. Compiler warnings can show you such spots.
If you have customized Visual Micro related menus or toolbars you will lose these settings, as they will be reset to their defaults by this command.
This web site uses ASPNet Session cookie and Google tracking. Please read our privacy policy for more information.