[Amforth] Is this a bug ?

2015-01-31 Thread Andrew Holt
Or am I doing something stupid ? Hi, I have built amforth using the latest downloaded source. The target is a UNO R3, with the am328p. I am programming it with a usbtiny. I flash the target, and is starts OK. I can do the usual commands, word, 1 2 + . If I do this: : test ," Hello" cr ; I g

Re: [Amforth] Amforth-devel Digest, Vol 76, Issue 2

2015-02-01 Thread Andrew Holt
ernal RAM (Matthias Trute) >3. Re: AmForth on Atmega162 with external RAM (Zbigniew) >4. Re: AmForth on Atmega162 with external RAM (Matthias Trute) >5. Is this a bug ? (Andrew Holt) >6. Re: Is this a bug ?

Re: [Amforth] Amforth-devel Digest, Vol 76, Issue 2

2015-02-01 Thread Andrew Holt
Hi, Made the change (hfuse was 0xde, changed to 0xd9) and now it works. Thanks. BTW does anybody know a place where these fuse setting are conscisely explained ? Regards, Andrew On Sun Feb 01 2015 at 09:24:48 Andrew Holt wrote: > Sorry its a typo. I meant ." > > Thanks for

[Amforth] Licensce

2015-02-25 Thread Andrew Holt
Hi, I have some simple question regarding amforth and GPL. I think I know most of the answers, but I would appreciate another view. Q: If I modify and use amforth in a product do I need to provide my changes ? A: Yes. Q: If install amforth and then upload source code to it and then ship this a

[Amforth] Bit Banged serial on Arduino

2016-02-17 Thread Andrew Holt
Hi, Has anybody created a 'soft uart' in amforth ? I need a second port on on arduino and would rather program it in forth than via the IDE. Thanks, Andrew -- Site24x7 APM Insight: Get Deep Visibility into Application Per

[Amforth] newby question mega 2560

2011-06-19 Thread Andrew Holt
he amforth will work fine on the 2560 part ? Thanks, Andrew ===== Andrew Holt Email: andrew.h...@4asolutions.co.uk De Omnibus Dubitandum = -- EditLive Enterprise is t

Re: [Amforth] newby question mega 2560

2011-06-19 Thread Andrew Holt
chnically advanced content > authoring tool. Experience the power of Track Changes, Inline Image > Editing and ensure content is compliant with Accessibility Checking. > http://p.sf.net/sfu/ephox-dev2dev > ___ > Amforth-devel mailing list >

[Amforth] Beagleboard Trainer from TinCanTools

2011-09-14 Thread Andrew Holt
and “traps for the unwary". Thanks, Andrew = Andrew Holt Email: andrew.h...@4asolutions.co.uk De Omnibus Dubitandum = -- BlackBerry® DevCon Americas, Oct.

Re: [Amforth] Beagleboard Trainer from TinCanTools

2011-09-15 Thread Andrew Holt
how I get on. Thanks, Andrew at 19:54, Matthias Trute wrote: > Am 14.09.2011 20:23, schrieb Andrew Holt: >> Hi, >> >> You may, or may not, know that there is a add on for the beagle board >> that is Arduino compatible and use the ATmega328. >> >> I would

Re: [Amforth] VT100 terminal IMAC

2012-05-03 Thread Andrew Holt
Hi, Open up a terminal. Now you have a number of choices :) loak at man screen. Something like screen /dev/cu.usbserial 9600. adjust the port name and baud rate to suit. My personal favourite is kermit though you ma have to build this your self. HTH Andrew On 2 May 2012, at 21:21, Jan Kro