-
Notifications
You must be signed in to change notification settings - Fork 132
support for other programmers (processing programmers.txt) #222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It is possible. Feel free to do it :-) |
reopened as I have no objection to implementing this but at this time no intention to do so. |
Don't know if it's the same issue, posting here in doubt |
@razerraz |
@jantje Thanks Hassel |
you should probably start by reading these to get an understanding of how it works. |
I've started working on this. |
I did some quick tests and it seems to work but I expect problems to pop up as it was way more complicated then I thought it would be
I'm not sure how good this will work. As i only have a arduino as isp there is not mutch I can test. |
Fantastic ! Grats ! I'm in the middle of too many other things right now, but count on me to give it cheers On Tue, 2016-04-26 at 15:40 -0700, jantje wrote:
|
@razerraz |
@razerraz |
What a coincidence, I try the thing today and it's working, at least with mkII Bye PS : I'll try soon another homemade uno base programmers to be sure and give my On Wed, 2016-06-22 at 06:37 -0700, jantje wrote:
|
thanks for the feedback :-) |
Hi, I use Arduino Eclipse on Windows (28.12.14 archive) and I tried to perform upload through the ArduinoISP programmer.
It happens that on Windows, ArduinoISP uses a special driver upon USB, hence there is no COMx port associated with it when connected:
I pointed Arduino Eclipse plugin to Arduino IDE 1.5.8, that version includes the "arduinoisp" programmer.
I set this programmer in my projects settings without any COM port:
When I try to upload my sketch, I first get an error message:
If I click OK, I get the following in the console:
I also tried to put a port that I don't use (COM3), but got the same result.
Then I verified the
avrdude
command line directly in a command prompt, but I just removed the-P
and-b
options:Here is the result:
Note that I also had to remove the
-D
option otherwise the upload would fail.Would it be possible to adapt Arduino Eclipse plugin to also cover the ArduinoISP specific case?
The text was updated successfully, but these errors were encountered: