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 Different baudrate during upload in VisualMicro and Arduino IDE (Read 2658 times)
ATom
Newbies
*
Offline


Posts: 1
Joined: Jun 14th, 2016
Different baudrate during upload in VisualMicro and Arduino IDE
Jun 14th, 2016 at 11:33pm
Print Post  
When I'm trying to use VisualMicrso upload to my Arduino Nano ATmega328 always fail with stk500_recv(): programmer is not responding.

I tried to enable verbose mode and I found, that Arduino IDE display this

Using Port                    : COM4
Using Programmer              : arduino
Overriding Baud Rate          : 57600

and visual micro this:

Using Port                    : COM4
Using Programmer              : arduino
Overriding Baud Rate          : 19200

I'm using Arduino IDE 1.6.9

Visual micro execute this command:

d:\_Elektro\arduino-1.6.9\hardware\tools\avr\bin\avrdude -V "-Cd:\_Elektro\arduino-1.6.9\hardware\tools\avr/etc/avrdude.conf" -v -patmega328p -carduino -PCOM4 -b19200 -D nk.ino.hex:i"

Where I can change upload baud rate please?
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12186
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Different baudrate during upload in VisualMicro and Arduino IDE
Reply #1 - Jun 15th, 2016 at 9:47am
Print Post  
Hello

I suspect that you have switched on "vMicro>Uploader>Always use programmer for upload". Please switch it off thanks
  
Back to top
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12186
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Different baudrate during upload in VisualMicro and Arduino IDE
Reply #2 - Jun 15th, 2016 at 3:56pm
Print Post  
ps: if that isn't the issue then please switch on vmicro>uploader>verbose then try the upload the post here what appears in the output window.

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