Re: [Amforth] key? broken?

2014-04-22 Thread Andreas Wagner
Not sure if this is your problem, but I can't use amforth-shell.py if I need to use key?, if I know I will be using key? I use picocom or minicom. picocom --send-cmd "../amforth/trunk/tools/am4up" --omap delbs --emap bsdel -l -b 19200 -p n -d 8 /dev/ttyUSB0 Without the buffering of amforth-shel

[Amforth] Reading Input

2014-04-22 Thread David Wallis
Hi Matthius, Thanks for you reply. I think this will be a solution. >2. increase the serial line buffer (core/drivers/usart-isr-rx.asm) to catch even the larges piece of data in one run. Presumably it's OK to just change the buffer size to $80 in that file without changing anything else? Anyway,

[Amforth] key? broken?

2014-04-22 Thread Erich Waelde
Hello, it may well be me being stupid... building clean amforth-5.2 from releases/5.2/appl/template add "words/1ms.asm" to dict_appl.inc fix template.asm for atmega32.asm loading lib/bitnames.frt and core/devices/atmega32/atmega32.frt The following code produces a reset at calling " key? ". POR