Open kaysond opened 8 months ago
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 *.communication
from programmers.txt
.
and
to only call selectSerial
and push the argument if *.communication === "serial
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.
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.
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 https://github.com/microsoft/vscode-arduino/issues/630#issuecomment-641699390. Theprogrammer
setting then seems to be ignored, asavrdude
tries to upload via the com port even though I've selected my programmer.