I wonder why
richaj45
Posts: 179
Hello:
I am curious why Parallax has not released a Basic Stamp version that uses the Prop. Compared to the other Stamps it sells it would be have great performance.
Any body know the answer?
cheers,
rich
I am curious why Parallax has not released a Basic Stamp version that uses the Prop. Compared to the other Stamps it sells it would be have great performance.
Any body know the answer?
cheers,
rich
Comments
It would have been nice if that could have been done, but Parallax has to approach the larger evolutionary process by developing a BOE replacement like the Activity Board and Propeller BOE, then a BoeBot with the ActivityBot, making a cheaper development board available with the Propeller Project Board, etc. The Propeller Mini uses roughly the same form-factor as the Stamp modules, but is strictly a Propeller board.
I think the main trick to learning to use the Propeller is learning to use multiple cogs in parallel. I find it really helps if I only have one cog use an I/O pin. Don't try to change I/O pin states from two different cogs. If one cog sets a pin high, the other cog can't set it low.
IMO, the Propeller is well worth learning to use. I have a list in post #3 of my index (see signature) of some Propeller tutorials. I don't think I have any Basic language links, so let us know if you need help finding these.
Yep, and IMHO, Spin makes multi-cog programming the easiest. This should come as no surprise as Chip Gracey designed Spin to be easy, and to make multi-cog applications easy. There are a lot of other languages that one can use (and most of use experiment with, if not put to serious use), but I think starting with Spin gives the programmer solid Propeller fundamentals that make taking advantage (or working around features) of other languages easier.
And, to date, Spin is the only language for the Propeller that has any appreciable documentation. That will change with with the GCC project, but for the moment, you can get more assistance with Spin than any other Propeller language.
What i was thinking is not a form fit module but an option on the Basic Stamp compiler such that you could just target a Prop and then there would be more options in the language but the Basic command would be the same to the use. That way there would have been no learning curve to use the prop to get more throughput and more memory space.
With all the third party tools that have popped up, i just don't think Parallax has the manpower or know how to build multi-platform optimizing compiler technology.
After all why should there be a different tool interface to the user for any of there compiler products. It just needs to be expandable as new target devices or languages come on line.
Just thinking out loud. No offense intended.
cheers,
rich