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 Visual Micro upload fails but Arduino IDE works (Read 2134 times)
crazynanoman
Newbies
*
Offline


Posts: 1
Joined: Dec 30th, 2014
Visual Micro upload fails but Arduino IDE works
Dec 30th, 2014 at 3:43am
Print Post  
I get a failure when trying to upload from VS2013 with F5.  When I open the .ino file directly in the Arduino IDE and download it works fine.

Below is the output from VS2013 on a build and download F5.


Uploading to I/O board using 'Arduino as ISP'
Uploader started for board Arduino Nano w/ ATmega328
Uploader sometimes uses programmer name: arduinoisp
Uploader will attempt to use programmer name: arduinoisp
c:\Program Files (x86)\arduino\hardware\tools\avr\bin\avrdude -C"c:\Program Files (x86)\arduino\hardware/tools/avr/etc/avrdude.conf" -v -v -v -v -patmega328p -cstk500v1 -P\\.\COM5 -b19200 SerialTest.hex":i
avrdude: Version 5.11, compiled on Sep  2 2011 at 19:38:36
         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
         Copyright (c) 2007-2009 Joerg Wunsch

         System wide configuration file is "c:\Program Files (x86)\arduino\hardware/tools/avr/etc/avrdude.conf"

         Using Port                    : \\.\COM5
         Using Programmer              : stk500v1
         Overriding Baud Rate          : 19200
avrdude: Send: 0 [30]   [20] 
avrdude: Send: 0 [30]   [20] 
avrdude: Send: 0 [30]   [20] 
avrdude: Recv: 
avrdude: stk500_getsync(): not in sync: resp=0x00

avrdude done.  Thank you.


I also noticed the "L" led lights from the Arduino IDE but never from the VS2013 upload.  Below is the output during upload.

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


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Visual Micro upload fails but Arduino IDE works
Reply #1 - Dec 30th, 2014 at 4:20am
Print Post  
Hi

Did you mean to have selected upload using arduino as ISP?

If not then please untick Tools>Visual Micro>Upload using programmer and try again

Thanks
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint