Tachyon Forth
msiriwardena
Posts: 301
in Propeller 1
Read the instructions to load Tachyon to Prop
Loaded the compiled image into the prop with prop tool ---> Started Tera Term set the serial port to com 3 (same as the prop),Baud to 115200 and 8N1 delay to 15msec/line.[img][/img]
Then sent break and all I received was jumbled out caracters.
I attached a screen shot for clarification.As you can see from 2nd scren shot Tavyon V3 Juno loaded ok but the Extend file did not.
Iwas not able to load Tachyon and help is appreciated.
Thank you.
Siri
Loaded the compiled image into the prop with prop tool ---> Started Tera Term set the serial port to com 3 (same as the prop),Baud to 115200 and 8N1 delay to 15msec/line.[img][/img]
Then sent break and all I received was jumbled out caracters.
I attached a screen shot for clarification.As you can see from 2nd scren shot Tavyon V3 Juno loaded ok but the Extend file did not.
Iwas not able to load Tachyon and help is appreciated.
Thank you.
Siri
Comments
Siri
-Phil
V3 is pretty outdated
not.AS you can see with the screen shots.
@MJB - I tried V 4.7 first may times checked the communications setting s many times with no luck
Then I tried the older version V3 just to test whether my settings are correct.
Thank you.
Siri
You will always need to check the clock and baud settings at the start of the file. Usually they are set for 80MHz using 5 or 10 MHz crystals or for 96MHZ. The baud rate is usually 115200 but check this as well. Since the Spin tool does not support conditional compilation the line comment the block comment trick is used to enable or disable the clock section as this shows (from 5.1) where the 5/10MHZ section is enabled because the { block comment is disabled by the preceding tick comment and a '} is ignored if it is not part of a block comment.
I do notice that the original Prop tool which was hand written '86 assembly has many limitations which tend to show up on these larger programs. When I went to compile V3 it said I had exceeded the 1024 DAT symbol limit. Same of course with V4 and V5. I however use BST because it always works and doesn't have these artificial limits plus it produces a proper location by location listing. Propeller IDE is another tool that works too. Any reason to stick with Prop Spin tool?
I even have all the BST versions in my dropbox under Tachyon/more/tools.
Make sure you have the latest versions of the source code or else attach the file that you are having problems with.
Siri: - looks like the second screen shot shows that you may need to increase your TeraTerm line delay a bit, so try 20ms to be safe. I've just checked the
In fact now I find I am using the Atom editor by adding a Tachyon Forth grammer, and use the bstc, the command line version of BST.
BTW, the reason the header changes is because I am actively using it on different boards and I make changes to it so that it is always up-to-date. Sometimes that's a good thing and other times it's not so good I suppose I could have a not-so-up-to-date version that is always set to 80MHz and 115200 baud etc. Tachyon used to compile under Spin tool but somehow it has outgrown the limitations of that tool.
I do recommend that you go with either 4.7 or better still, 5.1 as it works even better than 4.7.
Thank you
Siri
I noticed a you-tube video you posted regarding a morse code keyer. Did you ever post this code?
Thanks,
Michael
K6MLE