[Amforth] Amforth-6.0, msp430, amforth-shell.py, 5.9 works

2015-09-21 Thread cadar
Hi, I can not connect to my MSP430 launchpad using Amforth-6.0 with amforth-shell. All I get is, "E=Input character not echoed." Exact same setup worked for 5.8 and 5.9. (OSX 10.10) Anyone got it working on MSP430? -- _

Re: [Amforth] Amforth-6.0, msp430, amforth-shell.py, 5.9 works

2015-09-21 Thread Andreas Wagner
Hi cadar, Did you try other baud rates with the "-s" option? Regards, Andreas On Mon, Sep 21, 2015 at 8:39 AM cadar wrote: > Hi, > > I can not connect to my MSP430 launchpad using Amforth-6.0 with > amforth-shell. > > All I get is, > "E=Input character not echoed." > > Exact same setup worked

Re: [Amforth] Amforth-6.0, msp430, amforth-shell.py, 5.9 works

2015-09-21 Thread cadar
Yes, I tried 9600- On Mon, Sep 21, 2015 at 3:43 PM, Andreas Wagner < andreas.wag...@lowfatcomputing.org> wrote: > Hi cadar, > > Did you try other baud rates with the "-s" option? > > Regards, > Andreas > > On Mon, Sep 21, 2015 at 8:39 AM cadar wrote: > > > Hi, > > > > I can not connect to my MSP

Re: [Amforth] Amforth-6.0, msp430, amforth-shell.py, 5.9 works

2015-09-21 Thread cadar
Yes, I tried 4800 up to 115200. I tried two different versions of mspdebug. $ mspdebug --v MSPDebug version 0.23 - debugging tool for MSP430 MCUs Copyright (C) 2009-2015 Daniel Beer This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY

Re: [Amforth] Amforth-6.0, msp430, amforth-shell.py, 5.9 works

2015-09-21 Thread Hannu Vuolasaho
Hi! Sorry I can't help, but I have future proposition. Could there be somewhere in UART drivers or similar place huge .if badrate = 9600 .message "Serial port is 9600 8N1" elif ... .endif This seems to be quite common problem. Or outputting hexfiles like Amforth-60-9600.hex Hannu Vuola