-
Notifications
You must be signed in to change notification settings - Fork 223
Programmer setting is ignored, causing upload to fail #1722
Comments
This looks like a pretty easy fix, and I'd be happy to submit the PR if you'll merge it. Update src/arduinio/programmer.ts to parse Update vscode-arduino/src/arduino/arduino.ts Lines 629 to 644 in 4ecf9e4
and vscode-arduino/src/arduino/arduino.ts Lines 651 to 662 in 4ecf9e4
to only call |
Bumping. @gcampbell-msft - is this project still active? |
Hi, we see this as a feature request. At this time we don't plan on supporting this scenario. |
You don't plan on supporting USB programmers? |
We don't plan on supporting the scenario you outlined. If you connect an Arduino via USB and use the built-in bootloader, that's the only scenario we support and that should work. If you have issues with that scenario, let us know. |
That's disappointing. Why such limited support? There seems to be a lot of interest from the community to improve the extension, but not so much from Microsoft to accept the help... |
Please support this scenario. the core of teh arduino is being able to programm arduino boards. If the bootloader is missing, using a usbasp, same for debugging |
Please support this. Because of this missing feature my team can't completely ditch the Arduino IDE. |
I have a USBASP programmer, and my
arduino.json
has"programmer": "usbasp"
. I have no choice but to set a COM port, or the extension won't allow me to upload In this case I used"port": "port"
as suggested in #630 (comment). Theprogrammer
setting then seems to be ignored, asavrdude
tries to upload via the com port even though I've selected my programmer.The text was updated successfully, but these errors were encountered: