Re: [Amforth] Looking for instructions io install Amforth on Arduino

2019-07-16 Thread Peter C. Hauser
Devin, What programmer are you using? If you are not using the AVRISP mkII or a clone then you will need to change "avrispmkII" in the command string to something else. If you are using a second Arduino as programmer "arduino" will probably work. Peter > On 17 Jul 2019, at 06:46, devin d

Re: [Amforth] Looking for instructions io install Amforth on Arduino

2019-07-16 Thread devin davison
Thanks for the info. I am on a windows machine, using avrdude. I am trying to use the following command , taken from the link provided by Peter C. (i replaced the com port with my com port, com8) *avrdude -p m328p -c avrispmkII -P com8 -U efuse:w:0xFF:m -U hfuse:w:0xD9:m -U lfuse:w:0xFF:m -U flash