No Stamps Found Help!
nshoema
Posts: 6
Hello everyone, I just bought the BASIC Stamp 2 Homework board, and every time I run a program I either get the error "No Stamps Found, please change the default port from COM3 to AUTO." or simply No Stamps Found. The weird thing is, it still lights up every time I run my code, here is my
'{$STAMP} DEBUG "Hello World!"I tried setting it to AUTO but still nothing, what should I do, how can I solve this?
Comments
It would appear your code is incomplete. Check the IDE online help under "compiler directives".
You'll need a "stamp directive", like:
...and a "PBASIC directive", like:
Make those changes and let us know what happens?
I had what I think was similar troubles when starting out with my Homework board.
I had to purchase something called USB to 232 converter from Parallax.
After purchasing the USB to 232 converter and programming through the USB, I was successful at
getting the "Hello World" to run.
also
Your programs need the Directives that davejames is talking about.
I hope this helps you in some manner.