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-15 Thread Tristan Williams
Fred > I don't have (and can't find) the data sheet that is referred to. > Do you have that datasheet? Can I have a copy? (PDF?) https://www.microchip.com/wwwproducts/en/ATmega2560 I made two changes #16 UBRR1 ! \ change to this - change 1 %10 UCSR1A bm-set \ add li

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

2019-03-15 Thread Fred Zelders
Thanks Tristan! I'll let you know if I managed to read/write to the DSO112A with AmForth Fred > Op 15 mrt. 2019, om 13:37 heeft Tristan Williams het > volgende geschreven: > > Fred > >> I don't have (and can't find) the data sheet that is referred to. >> Do you have that datasheet? Can I ha

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

2019-03-15 Thread Fred Zelders
Tristan, I found an article about step-down en step-up levelers @ https://hackaday.com/2016/12/05/taking-it-to-another-level-making-3-3v-and-5v-logic-communicate-with-level-shifters/