Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!EVERESTKC.NET-a2kHrUvQQWlmc!not-for-mail From: Charley Shattuck Subject: Re: Charles Shattuck's myforth Arduino Newsgroups: comp.lang.forth References: <0a233239-220c-4b20-a9d4-24dba9d67ee3@googlegroups.com> User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-ID: <83ffe$51a7bc2f$42cd8ada$30575@EVERESTKC.NET> X-Complaints-To: abuse@usenetserver.com Organization: UseNetServer.com Date: Thu, 30 May 2013 20:53:03 +0000 Lines: 30 X-Trace: 83ffe51a7bc2fe7682f7f30575 X-Received-Bytes: 1907 Xref: csiph.com comp.lang.forth:23069 On Thu, 30 May 2013 02:39:01 -0700, cumulant35 wrote: > Hi, > does anybody have any experience with myforth for Arduino : > http://www.lugod.org/presentations/myforth_hibernate/ > I've downloaded and installed the archive and tried the morsecode > application.Compilation and download worked so far but when I tried to > execute a on ( : on 13 high, ; ) or off ( : off 13 low, ; )of the LED > at pin 13, which is defined in the morsecode program, gforth prompts > "ok" but nothing happens with the LED. > Any ideas what could be wrong ? > > Lothar Hi Lothar, This is the first time anyone has shown the slightest bit of interest, so thanks! Gforth is used only for compiling. Avrdude is used to download (if you've installed the Arduino software then avrdude should be there). A terminal program such as minicom is used to test interactively at 9600 N81. When you say that gforth prompts "ok" after your typing "on" or "off" I wonder if you were using a terminal to talk to the Arduino. I'd be happy to help (offline if you prefer) if you give me some more information. I'd also be happy to discuss design choices and applications. Thanks again, Charley.