Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > comp.lang.forth > #23069
| From | Charley Shattuck <cshattuck@surewest.net> |
|---|---|
| Subject | Re: Charles Shattuck's myforth Arduino |
| Newsgroups | comp.lang.forth |
| References | <0a233239-220c-4b20-a9d4-24dba9d67ee3@googlegroups.com> |
| Message-ID | <83ffe$51a7bc2f$42cd8ada$30575@EVERESTKC.NET> (permalink) |
| Organization | UseNetServer.com |
| Date | 2013-05-30 20:53 +0000 |
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.
Back to comp.lang.forth | Previous | Next — Previous in thread | Next in thread | Find similar
Charles Shattuck's myforth Arduino cumulant35@gmail.com - 2013-05-30 02:39 -0700
Re: Charles Shattuck's myforth Arduino Zbiggy <zbigniew2011REMOVE@gmail.REMOVE.com> - 2013-05-30 11:23 +0000
Re: Charles Shattuck's myforth Arduino Charley Shattuck <cshattuck@surewest.net> - 2013-05-30 20:53 +0000
Re: Charles Shattuck's myforth Arduino cumulant35@gmail.com - 2013-05-31 07:30 -0700
Re: Charles Shattuck's myforth Arduino Charley Shattuck <cshattuck@surewest.net> - 2013-05-31 16:46 +0000
Re: Charles Shattuck's myforth Arduino cumulant35@gmail.com - 2013-06-03 07:41 -0700
csiph-web