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 upload to esp8266 (Read 4260 times)
Johanan
Junior Member
**
Offline


Posts: 13
Joined: Oct 21st, 2014
upload to esp8266
Aug 22nd, 2015 at 5:54pm
Print Post  
Seems trivial, but can't figure it out.
How do I upload a compiled program to EPS8266?
The programmers menu item is disabled (gray), and I checked "use programmer for upload".
Compile is OK, I can compile and update with standard Arduino IDE. (needles to say, the com port is free when I try Visual Micro)
Can I upload with and without Visual micro debugger?
Thnaks
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: upload to esp8266
Reply #1 - Aug 22nd, 2015 at 7:13pm
Print Post  
Hi,

In Visual Studio the "Debug>Start" commands really just mean compile and upload.

For Visual Micro, if you switch the configuration name on the tool bar between "Release" and "Debug" then you switch between std Arduino and Arduino+Debug



This means you have a variety of std VS menu and tool bar commands to upload such as the green arrow on the tool bar and F5.

You will see this explained in the documentation in various places.

Other examples are "Start>New Instance" on the project context menu but F5 (or Green tool bar arrow) in VS should be the easiest most of the time.

The std upload is the same as the arduino ide and programmers are not used for the esp8266 because it doesn't have any defined. The arduino ide often shows a list of AVR programmers for the esp8266 but it's a bug.
« Last Edit: Aug 22nd, 2015 at 7:29pm by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
rmathis
Junior Member
**
Offline


Posts: 13
Joined: Sep 7th, 2012
Re: upload to esp8266
Reply #2 - Oct 1st, 2015 at 3:39pm
Print Post  
You don't use a programmer for uploading to the ESP simply a com port! Smiley
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint