32 bit stamp.
FORD
Posts: 221
A question for Chip,
We have recently started using spin stamps in a commercial application, replacing bs2p24 modules in one line of our products.
Will there ever be a prop based stamp that will run full 32 bit pbasic code ?
Cheers,
Chris,
West Oz.
We have recently started using spin stamps in a commercial application, replacing bs2p24 modules in one line of our products.
Will there ever be a prop based stamp that will run full 32 bit pbasic code ?
Cheers,
Chris,
West Oz.
Comments
As you mentioned, there already is a Prop-based Stamp (the SpinStamp) in a 24-pin module that can run several forms of Basic already available for the Propeller. The I/Os are 3.3V, so it's not a "drop-in" replacement and it uses a PropClip for programming and debugging instead of a built-in serial port. The Stamp's built-in serial port (for programming and debugging) is available, but the voltage levels are marginal for some RS232 devices, so it's not officially supported. I've used it with my Parallax USB to RS232 adapter and it worked fine for me.
There's one Basic compiler and two Basic interpreters, but they're not exactly PBasic. There's also a "compatibility library" for converting PBasic programs to Spin that duplicates many of the built-in I/O statements as subroutine calls.
Thank you for your prompt and detailed reply.
Could I ask for some links to the interpreters etc you have quoted ?
cheers,
Chris
Here's what I found in the Object Exchange after a quick look (I thought I'd save Mike some typing). This isn't a complete list.
BS2 Functions
FemtoBasic
BoeBotBasic
DongleBasic
I believe all the Basic objects I've linked to were written by Mike Green. I known there are other Basics out there.
Duane
Appreciated...
PE-Basic