Re: [Amforth] Serial interface at 115200 BAUD on Arduino Mega 2560

2019-03-15 Thread f.zelders--- via Amforth-devel
Tristan, I like the DSO112A very much. The fact that this device can be controlled by a processor/computer makes it even more useful. I managed to 'communicate' in Python on my MacBookAIr with the DSO112A via USB (using the CP2102 driver that can be downloaded from www.silabs.com

Re: [Amforth] Serial interface at 115200 BAUD on Arduino Mega 2560

2019-03-14 Thread f.zelders--- via Amforth-devel
ams <mailto:h...@tjnw.co.uk>> het volgende geschreven: > > Hi Fred, > > How are you proposing to connect the DSO112A to the Arduino Mega2560 ? > > Best wishes, > Tristan > > > On 14Mar19 12:43, f.zelders--- via Amforth-devel wrote: >> >> Hello! &

[Amforth] Serial interface at 115200 BAUD on Arduino Mega 2560

2019-03-14 Thread f.zelders--- via Amforth-devel
Hello! I want to connect a DSO112A mini oscilloscope to UART1 of my Arduino Mega 2560 . The DSO112A uart only supports 115200 BAUD. So not at other baud rates. How to I initialize uart1 (UBBR1, UCSR1B and UCSR1C) in order to communicate via uart1 at 115200 BAUD? Hope someone can help. Much

[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

[Amforth] d>s in amforth (double number > single number)

2018-12-11 Thread f.zelders--- via Amforth-devel
In gforth the word d>s (It couverts a signed double drecision number to a signed single precision number) is part of the default word set. This word is not available in the default amforth word set. Can't find a amforth word definition of s>d. 😞 I would very much appreciate when somebody is able

Re: [Amforth] Error in Search Option on the Amforth site

2018-12-10 Thread f.zelders--- via Amforth-devel
Hey Matthias, The search feature is perfect now 😀 Top! THANK YOU! Fred > Op 10 dec. 2018, om 14:39 heeft Matthias Trute het volgende > geschreven: > > Hi, > > >> When I search for dup the first result is 7-Segment Digits < >> > > ... > >> The link does not exist because of the '.rst'

[Amforth] Error in Search Option on the Amforth site

2018-12-06 Thread f.zelders--- via Amforth-devel
I noticed that the Search Option on http://amforth.sourceforge.net/ has a bug When I search for dup the first result is 7-Segment Digits The link to this resul

[Amforth] Error in Search Option on the Amforth site

2018-12-06 Thread f.zelders--- via Amforth-devel
I noticed that the Search Option on http://amforth.sourceforge.net/ has a bug When I search for dup the first result is 7-Segment Digits The link to this resul