
Visual Micro is a 100% compatible Arduino programming tool for Visual Studio and Atmel Studio.

This free Arduino programming plugin is based on the operational procedures of the Arduino IDE and follows the rules applied by the Processing IDE for Arduino. This allows any Arduino sketch program to be opened, compiled and uploaded to any Arduino hardware
The Arduino IDE plugin is aimed at novice and expert users and suitable for both small and large Arduino projects.
The plugin automatically configures Visual Studio based upon the version of the Arduino IDE. This means complete compatibility between Arduino 1.5 (beta), 1.0.x and earlier.
Visual Studio (or Atmel Studio) and the plugin are very easy to install and do not require any technical expertise.
The standard Visual Studio "Build" options will build/compile for Arduino for either a single Arduino project or all Arduino projects in the current current solution.
The standard Visual Studio "Debug" options will upload (but not debug). "Start with or without" debugging will upload for the selected port and board. On the tools menu you can also override the serial upload and use a programmer instead.
To recap, all of the Visual Studio "build/debug" tool bar buttons, "build" menu items, "debug" menu items, right click context project menu and keyboard shortcuts provide compile and upload for Arduino. For an example then press F5
If we have multiple Arduino projects in a single solution we can right mouse menu on a project name to "Set As Startup Project". This governs which project is uploaded when clicking F5/F8 or any of the standard "Start" commands in each Ide. The current start up project will be shown in bold in the Visual Studio solution explorer.
All of the above Visual Studio or Atmel Studio commands will automatically work with Arduino when an Arduino sketch is open. These commands work in the same way for all types of Visual Studio applications. The commands are described in more detail in the Microsoft Visual Studio help.
Many code errors will be shown as you type or when you view your source code however some will become more obvious when you try to compile. When you compile you will see a status in the "Sketch Builder" output pane. Errors will also appear in the output pane.
You can drill down to the relevant source code of any errors by double clicking the respective line in the "Sketch Builder" output.
More that one Serial Monitor can be view at one time. Simply select the port from the toolbar drop down menu, click on the Serial Monitor icon next to the toolbar. Now place the Monitor window where you want. Repeat this action for more Serial Monitor windows.
Each project is setup with a unique board. Select the board of choice from the toolbar and save that project.
