Re: [Amforth-devel] Progress and More Difficulties with Hello World exercise

2011-03-29 Thread Matthias Trute
Hi, > As I understand it, the amforth way of dealing with interrupts on the > serial port is to have the ISR set a flag, and the uart is truly > serviced when the inner interpreter steps to the next word. You are right that the inner interpreter can deal with interrupts (to some extent), but th

Re: [Amforth-devel] Progress and More Difficulties with Hello World exercise

2011-03-29 Thread Kalus Michael
Hi. Am 29.03.2011 um 21:33 schrieb Matthias Trute: .. > Receiving characters is a completly different thing. The characters > can come at any time, therefore the code needs to deal with the > situation relativly fast (at least before the next character > arrives). If you just want to connect a t