Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Atmel studio or visual studio? (Read 3285 times)
Tom_M
Newbies
*
Offline


Posts: 4
Joined: Mar 15th, 2015
Atmel studio or visual studio?
Sep 6th, 2015 at 12:14pm
Print Post  
Hi Everyone. I've just come over to Arduino from using Microchip for 15 years. I used to program in assembly code so I'm just learning C/C++, but I'm unsure which to use - Atmel studio or visual studio. They both seem the same as they are based on Visual studio but I guess for Arduino programming one might be better than the other? Any suggestions would be greatly appreciated. 

Tom
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12163
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Atmel studio or visual studio?
Reply #1 - Sep 6th, 2015 at 12:20pm
Print Post  
Hi,

Visual Studio 2013 or 2015 are more modern Ide's with better code explorers, more flexible and easier installs.

Atmel 7.0 will shortly be released based on Visual Studio 2015 so that might be a better contender at that stage but we will have to wait and see.

The only current benefit of Atmel 6.2 would be if you have an avr dragon, arduino zero or some other hardware programming device that works with the native atmel debug tools but none of these options are simple for arduino projects that contain .ino files

The code that Visual Micro creates can be used in either ide so you can always change Ide at a later date.

If you install VS2015 you must remember to click "Custom" install and tick C++. In VS2015, C++ is not on by default and needed to create or open Arduino projects.
« Last Edit: Sep 6th, 2015 at 12:23pm by Tim@Visual Micro »  
Back to top
IP Logged
 
Tom_M
Newbies
*
Offline


Posts: 4
Joined: Mar 15th, 2015
Re: Atmel studio or visual studio?
Reply #2 - Sep 6th, 2015 at 9:15pm
Print Post  
Thank you for your for expert opinion. So now I'll concentrate on getting to know Visual Studio and use that as my editor, not that I'm proficient in C++ yet, but I'm getting there  Smiley.   

Best regards,
Tom
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint