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?
--
_
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
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
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
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