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 Clone Pro Micro boards (Read 1243 times)
Corey Cooper
Newbies
*
Offline


Posts: 3
Joined: May 10th, 2014
Clone Pro Micro boards
Jun 21st, 2017 at 3:32am
Print Post  
I have tried to use non-Sparkfun Pro Micro boards I got on Amazon, they compile and upload using the Arduino IDE, but using Visual Micro (pro version, debug or Release) they will not upload. 

The compile/upload output is:
Code
Select All
Compiling 'Blink_Fast_Slow' for 'SparkFun Pro Micro w/ ATmega32U4 (5V, 16 MHz)'
Program size: 4,240 bytes (used 15% of a 28,672 byte maximum) (39.60 secs)
Minimum Memory Usage: 153 bytes (6% of a 2560 byte maximum)

Uploading 'Blink_Fast_Slow' to 'SparkFun Pro Micro w/ ATmega32U4 (5V, 16 MHz)' using 'COM123'
 via 'COM125'
The uploader returned an error
avrdude: ser_open(): can't open device "\\.\COM125": The system cannot find the file specified.
 



Note thatĀ  "using 'COM123'" is shown, and then a few seconds after it shows that line, it shows the error lines with:
"via 'COM125'"
on the line by itself, just as shown above.

I have a real Sparkfun pro mico coming, but I need to finish this project tonight, so I'll have to do it without debugging, just use Visual Studio 2017 as the editor.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12163
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Clone Pro Micro boards
Reply #1 - Jun 21st, 2017 at 11:27am
Print Post  
ATmega32U4 boards normally have to cause the board to reboot into prog mode before upload. prog mode usually has a different port number.

In the arduino ide please switch on file>preferences>upload verbose. then upload and post the output. 

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