Re: [Amforth] Soft Serial Port

2019-02-16 Thread Jan Kromhout via Amforth-devel
Tristian, Thank, I will start soon to explore this version. Let you know my findings. With kindly regars, Jan Verstuurd vanaf mijn iPad > Op 16 feb. 2019 om 21:27 heeft Tristan Williams het > volgende geschreven: > > Jan, > > My prebuilt hex files for the ARDUINO MEGA 2560 are linked below

Re: [Amforth] Soft Serial Port

2019-02-16 Thread Tristan Williams
Jan, My prebuilt hex files for the ARDUINO MEGA 2560 are linked below https://www.mostlymostly.uk/post/2019.02.16/ Hope this helps and interested to hear how you get on. Best wishes, Tristan On 15Feb19 16:47, Jan Kromhout via Amforth-devel wrote: > Tristan, > > First thanks for the quick re

Re: [Amforth] Soft Serial Port

2019-02-16 Thread Matthias Trute
Am Samstag, den 16.02.2019, 13:13 + schrieb Tristan Williams: > Matthias, > > Do you have any objection to me putting up a link to my prebuilt hex > files for the ARDUINO MEGA 2560? No. Simon^wGPL says... ;) Matthias ___ Amforth-devel mailing l

Re: [Amforth] Soft Serial Port

2019-02-16 Thread Matthias Trute
Am Freitag, den 15.02.2019, 08:21 + schrieb Tristan Williams: > > I've linked (below) some AmForth words I've written to help me use > the > second hardware serial port on an AVR atmega mcu, should there be > one. Really nice. Good work Matthias ___

Re: [Amforth] double-precision number to string conversion

2019-02-16 Thread Matthias Trute
Am Samstag, den 16.02.2019, 17:55 +0100 schrieb f.zelders--- via Amforth-devel: > Hello forth-professionals and fellow forth enthousiasts. > > I created a word that converts a positive double-precision number to > an 8 character string like this: > > : dpNumberToString ( d -- address count ) >

Re: [Amforth] double-precision number to string conversion

2019-02-16 Thread Erich Wälde
Hello Fred, f.zelders--- via Amforth-devel writes: > I created a word that converts a positive double-precision number to an 8 > character string like this: > > : dpNumberToString ( d -- address count ) > <# # # # # # # # # #> ; > This works fine for positive numbers. > However I want

[Amforth] double-precision number to string conversion

2019-02-16 Thread f.zelders--- via Amforth-devel
Hello forth-professionals and fellow forth enthousiasts. I created a word that converts a positive double-precision number to an 8 character string like this: : dpNumberToString ( d -- address count ) <# # # # # # # # # #> ; This works fine for positive numbers. However I want to conver

Re: [Amforth] Soft Serial Port

2019-02-16 Thread Tristan Williams
Matthias, Do you have any objection to me putting up a link to my prebuilt hex files for the ARDUINO MEGA 2560? Best wishes, Tristan On 15Feb19 16:47, Jan Kromhout via Amforth-devel wrote: > Tristan, > > First thanks for the quick response. > Yes I found out the hex file wasn’t working after f