Re: [Amforth] Coolterm on the Mac

2018-10-16 Thread Peter C. Hauser
Jan, By default CoolTerm starts up in the Raw mode, in which each character is sent as it is entered on the keyboard. I presume when you hit the delete key it will be sent as a non-printable ASCII code. If you set CoolTerm to the Line mode (under Options / Terminal) you can then enter and

Re: [Amforth] Setting of the fuses Arduino Ono

2018-10-16 Thread Dimitri Georganas
Default values I use are: lfuse = 0x62, hfuse = 0xDF, efuse = 0x01. Highspeed mode: lfuse = 0xE2. On Tue, Oct 16, 2018 at 10:01 PM John Verne wrote: > Oh, wait. My last response is just going to add to the confusion. Sorry > about that. > > Are you sure you have the fuse settings right in your

Re: [Amforth] Setting of the fuses Arduino Ono

2018-10-16 Thread John Verne
Oh, wait. My last response is just going to add to the confusion. Sorry about that. Are you sure you have the fuse settings right in your command line? Have you swapped efuse and lfuse by accident in that command line? I would expect efuse to be 0xFF, which is the default. 0x05 doesn't really

Re: [Amforth] Setting of the fuses Arduino Ono

2018-10-16 Thread John Verne
It is warning you that you are changing the low fuse settings. This is because changing fuses can permanently damage the chip. In this case it looks like the existing fuse settings are CKSEL1 only, but your AVRDude command wants to set 0x05, which enables a bunch of fuses. You should be ok

[Amforth] Setting of the fuses Arduino Ono

2018-10-16 Thread Jan Kromhout
When loading AmForth into my Arduino Uno I get an error on the end. My question is what to do in that case? Are my settings of the fuse one? Cheers, Jan avrdude: verifying ... avrdude: verification error, first mismatch at byte 0x 0xfd != 0x05 avrdude: verification error; content

[Amforth] Coolterm on the Mac

2018-10-16 Thread Jan Kromhout
Thanks Peter for the response. How do you have setup Coolterm? When I try to delete a character two dots are printed! Thanks for any help. Jan Kromhout Hellevoetsluis-NL ___ Amforth-devel mailing list for http://amforth.sf.net/

Re: [Amforth] How to download complete set of data from source forge.net

2018-10-16 Thread Tristan Williams
Hello Jan, If you are happy to have version 6.7 rather than most recent sources (see http://amforth.sourceforge.net/ below Work In Progress for more information ) then using this link is probably the easiest way. https://sourceforge.net/projects/amforth/files/amforth/6.7/ Then click on an

[Amforth] How to download complete set of data from source forge.net

2018-10-16 Thread Jan Kromhout via Amforth-devel
Hello, In https://sourceforge.net/p/amforth/code/HEAD/tree/releases/ I found the release 6.7. How can I complete download this in one to my computer? Thanks for any help. Jan Kromhout Hellevoetsluis-NL ___ Amforth-devel