[Amforth] Coolterm as terminal

2018-10-24 Thread Jan Kromhout via Amforth-devel
Tristan,

I have tried to get it working without any result, I use macOS High Sierra.
Do you have tips to get it running?
Do you use Python 2 or 3

Cheers,

Jan


___
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel


Re: [Amforth] Coolterm as terminal

2018-10-24 Thread Tristan Williams
Hi Jan,

On OS X I use amforth-shell.py which is in the tools directory of the
AmForth distribution. More info below  

http://amforth.sourceforge.net/TG/recipes/Upload.html

Regards,
Tristan

On 24Oct18 16:58, Martin Bitter wrote:
> Hi Jan!
> 
> I recommend e4thcom written by Manfred Mahlow https://wiki.forth-ev.de/
> doku.php/projects:e4thcom
> 
> Think it's worth to have a look at (if you'r on your way with Linux).
> 
> Regards Martin
> 
> 
> 
> 
> Am Mittwoch, 24. Oktober 2018, 11:48:07 CEST schrieb Jan Kromhout via 
> Amforth-devel:
> > Hello,
> > 
> > I use Coolterm as terminal. Is it posible to use “include" to load several
> > screens with one command?
> > 
> > This as example like this
> > 
> > #include install/2-fetch.frt
> > #include install/2-store.frt
> > #include install/quotations.frt
> > #include install/search-name.frt
> > #include install/find-name.frt
> > #include install/defined.frt
> > #include install/dot-s.frt
> > #include install/dumper.frt
> > #include install/dump.frt
> > #include install/question.frt
> > #include install/builds.frt
> > #include install/bitnames.frt
> > 
> > Cheers,
> > 
> > Jan
> > 
> > 
> > 
> > 
> > 
> > ___
> > Amforth-devel mailing list for http://amforth.sf.net/
> > Amforth-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/amforth-devel
> 
> 
> -- 
> Getippt im 9-Fingersystem von mir selbst.
> 
> ___
> Amforth-devel mailing list for http://amforth.sf.net/
> Amforth-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/amforth-devel


___
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel


Re: [Amforth] Coolterm as terminal

2018-10-24 Thread Martin Bitter
Hi Jan!

I recommend e4thcom written by Manfred Mahlow https://wiki.forth-ev.de/
doku.php/projects:e4thcom

Think it's worth to have a look at (if you'r on your way with Linux).

Regards Martin




Am Mittwoch, 24. Oktober 2018, 11:48:07 CEST schrieb Jan Kromhout via 
Amforth-devel:
> Hello,
> 
> I use Coolterm as terminal. Is it posible to use “include" to load several
> screens with one command?
> 
> This as example like this
> 
> #include install/2-fetch.frt
> #include install/2-store.frt
> #include install/quotations.frt
> #include install/search-name.frt
> #include install/find-name.frt
> #include install/defined.frt
> #include install/dot-s.frt
> #include install/dumper.frt
> #include install/dump.frt
> #include install/question.frt
> #include install/builds.frt
> #include install/bitnames.frt
> 
> Cheers,
> 
> Jan
> 
> 
> 
> 
> 
> ___
> Amforth-devel mailing list for http://amforth.sf.net/
> Amforth-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/amforth-devel


-- 
Getippt im 9-Fingersystem von mir selbst.

___
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel


Re: [Amforth] How to make a Full system

2018-10-24 Thread Peter C. Hauser
Jan,

I do not think there is an overview regarding the sequence.  

In any case, you probably do not just want to load everything, only what you 
need for your project. 

As far as I know AVRDude lets you read back the memory contents and it should 
be possible in this way to easily clone a finished complete system.  We have 
considered doing this, but not tried so far.  So if you are successful we would 
be happy to hear from you.

Peter



> On 24 Oct 2018, at 10:49, Jan Kromhout via Amforth-devel 
>  wrote:
> 
> Hi,
> 
> I try to compile a full system, but most of the time I don’t know the sequens 
> of loading the
> individual files. Is there some overview how to load these files (sequence)?
> 
> When the building system is complete is it possible to make a backup of the 
> system and 
> load this afterwards (make a uno.eep.hex and uno.hex file with AverDude)
> 
> Cheers
> 
> Jan
> 
> ___
> Amforth-devel mailing list for http://amforth.sf.net/
> Amforth-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/amforth-devel



___
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel


Re: [Amforth] Coolterm as terminal

2018-10-24 Thread Peter C. Hauser
Jan,

With CoolTerm it is not possible to use the “include” mechanism.

However, there is a terminal program (shell) specifically written in Python for 
use with FlashForth (flashforth.com). This most likely also works with AmForth 
and most likely can handle “include”.  I once tried but could not get this 
shell to work on my Mac in a hurry and so did not pursue it further and 
continued using CoolTerm.  If you succeed, I would be happy to hear from you.

Besides the Forth specific shell for FlashForth I have also seen one or two 
similar alternatives.

Peter



> On 24 Oct 2018, at 11:48, Jan Kromhout via Amforth-devel 
>  wrote:
> 
> Hello,
> 
> I use Coolterm as terminal. Is it posible to use “include" to load several 
> screens with one command?
> 
> This as example like this
> 
> #include install/2-fetch.frt
> #include install/2-store.frt
> #include install/quotations.frt
> #include install/search-name.frt
> #include install/find-name.frt
> #include install/defined.frt
> #include install/dot-s.frt
> #include install/dumper.frt
> #include install/dump.frt
> #include install/question.frt
> #include install/builds.frt
> #include install/bitnames.frt
> 
> Cheers,
> 
> Jan
> 
> 
> 
> 
> 
> ___
> Amforth-devel mailing list for http://amforth.sf.net/
> Amforth-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/amforth-devel



___
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel


Re: [Amforth] Arduino Nano

2018-10-24 Thread Peter C. Hauser
Jan,

Yes, we used the same fuse settings for the Arduino Nano as for the Arduino 
Uno.  They both use the same AVR microcontroller and the circuitry (as far as I 
know is identical), it is just the form factor which is different. 

We prefer to use the Nano as we can plug that into the printed circuit boards 
we create as if it were a component (there are footprints for EAGLE and perhaps 
some other layout programs) and do not have to create “shields” as necessary 
for the Uno.

We used the preassembled files for the Uno from the Sourceforge repository and 
have never created the hex files ourselves.

Peter


> On 24 Oct 2018, at 10:29, Jan Kromhout  wrote:
> 
> 
> Peter,
> 
> With the same fuse settings as you send before for the Arduino Uno?
> 
> Do you have assembled the source by your self, or taken from Github?
> 
> 
> Cheers,
> 
> Jan
> 
> 
> ___
> Amforth-devel mailing list for http://amforth.sf.net/
> Amforth-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/amforth-devel



___
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel


[Amforth] Coolterm as terminal

2018-10-24 Thread Jan Kromhout via Amforth-devel
Hello,

I use Coolterm as terminal. Is it posible to use “include" to load several 
screens with one command?

This as example like this

#include install/2-fetch.frt
#include install/2-store.frt
#include install/quotations.frt
#include install/search-name.frt
#include install/find-name.frt
#include install/defined.frt
#include install/dot-s.frt
#include install/dumper.frt
#include install/dump.frt
#include install/question.frt
#include install/builds.frt
#include install/bitnames.frt

Cheers,

Jan





___
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel


[Amforth] How to make a Full system

2018-10-24 Thread Jan Kromhout via Amforth-devel
Hi,

I try to compile a full system, but most of the time I don’t know the sequens 
of loading the
individual files. Is there some overview how to load these files (sequence)?

When the building system is complete is it possible to make a backup of the 
system and 
load this afterwards (make a uno.eep.hex and uno.hex file with AverDude)

Cheers

Jan

___
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel


[Amforth] Arduino Nano

2018-10-24 Thread Jan Kromhout


Peter,

With the same fuse settings as you send before for the Arduino Uno?

Do you have assembled the source by your self, or taken from Github?


Cheers,

Jan


___
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel