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 Uploader speed (COM port) (Read 1098 times)
Acuario
Senior Member
****
Offline


Posts: 256
Location: Spain
Joined: Aug 28th, 2015
Uploader speed (COM port)
Jan 27th, 2021 at 4:13pm
Print Post  
Hi,
how can I change the upload speed of the com port? It seems to default to 57600(Arduino Mega). I know it used to be on one of the menus but I can't find it now.

I tried the settings in the debugger but they seem to lock the com port when changed (no output window output)
  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2728
Joined: Feb 13th, 2019
Re: Uploader speed (COM port)
Reply #1 - Jan 27th, 2021 at 4:55pm
Print Post  
Thanks for the report.   

Have you selected the "right" Arduino Mega? (the upload speed is tied to the CPU model)

"ATmega2560 (Mega 2560) (Arduino Mega)" -- uploads at 115200.
"ATMega1280 (Arduino Mega)" -- uploads at 57600

To Override upload speed:
If you Add a Local Board.txt to the Project (vMicro > Add Code > Add Local Board.txt), and add the below entry (change baud as needed), then this should override the speed as desired:
Code
Select All
upload.speed=57600 



Please upload a full build log with the options set as shown at the top of the page if this information doesn't resolve the issue.
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint