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 not parsing "programmer.program.extra_params=" (Read 2477 times)
Nick Burgmeijer
Newbies
*
Offline


Posts: 5
Joined: Nov 11th, 2013
Visual micro not parsing "programmer.program.extra_params="
Nov 15th, 2013 at 9:25am
Print Post  
I noticed in the latest arduino IDE release there is now a possibility to parse extra parameters to avrdude from programmers.txt with the following line:

programmer.program.extra_params=.....

This is really nice since I can now use my AVRdoper programmer in HID mode to directly program standalone uC's without the bootloader. Like this:

avrdoper.program.extra_params=-Pavrdoper

avrdude needs port=avrdoper parsed to program with AVRdoper in HID mode. And it's working fine in arduino IDE.

However the problem now is that VisualMicro doesn't parse the extra parameters. It still parses -Pusb or -P{serial.port}

I thought visual micro uses the arduino IDE directly to program?

Will this be implemented in a next release perhaps?
(at the moment I don't really need it. Since I can just use the arduino IDE, but still it would be nice to debug on arduino boards and then upload to standalone chips without having to switch Development Platforms)
« Last Edit: Nov 15th, 2013 at 9:26am by Nick Burgmeijer »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12187
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Visual micro not parsing "programmer.program.extra_params="
Reply #1 - Nov 17th, 2013 at 5:49pm
Print Post  
Thanks, yes it will be implemented in the next release. Looks like the programmers are not using the full Arduino 1.5 spec. 

Thanks for pointing it out!
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint