Am Samstag, den 19.12.2015, 12:59 +0800 schrieb Richard Burden: > Hi all, > > really happy with amforth but there are frustrations. Having just > downloaded version 6.1 and tried to rebuild my version 5 here are > some > suggestions based on my experience: > > 1. Docs are wrong. The default baud rate is not 9600 as per FAQ 2.6 > on > page 14 of the release 6 documentation. It is 38400 as set in the > file > preamble.inc
Fixed. Thank you. > > 2. It is confusing, having set the baud rate in preamble.inc, to > suggest in the included template.asm file that the baud rate is set > there. I suggest the phrase > "; serial line settings." be changed to > "; serial line settings are set in preamble.inc" > and delete the commented out lines where it could be set in > template.asm The settings from the preamble.inc file are there to have a common ground (mostly for technical reason to ease compilation). In fact these settings are completely application driven, so these parameters belong to the application, IMHO. Furthermore the file preamble.inc is part of the core system, that no application should ever change. Only the core admins (that is I) should do changes here. Application developers should closely follow what happens to the examples and especially the template application and adapt theirs accordingly. Which leads to the next section > > 3. I understand why developers have a common words folder in the > distribution. For those happily using AVR studio to compile their > version of amForth you will need to do something like the following > to > compile amForth: The magic lies in the include directories that the assembler uses. I remember a settings dialog in the AVR studio that configures the include directories for the assembler. This order is somewhat sensitive. *If* you want to keep in touch with the development of amforth, I strongly discourage copying the files into one directory. There are many pitfalls, which I am not able to solve. Matthias ------------------------------------------------------------------------------ _______________________________________________ Amforth-devel mailing list for http://amforth.sf.net/ Amforth-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amforth-devel