Emic2 Not working on Basic Stamp Robot
edgarb
Posts: 2
Please help. I am trying to help my son connect the Emic2 Text to Speech module but failing at it. I don't know very much about this stuff so would really appreciate any insights.
The message i get when trying to run the test program is "Unknown Target module. $Stamp Directive not found."
When I run a different program that just uses the Basic Stamp I have no problems. Not sure if its the way i hooked it up or the program. FYI the pins are set to P0 and P1 in the program.
Thanks so much!!
The message i get when trying to run the test program is "Unknown Target module. $Stamp Directive not found."
When I run a different program that just uses the Basic Stamp I have no problems. Not sure if its the way i hooked it up or the program. FYI the pins are set to P0 and P1 in the program.
Thanks so much!!
Comments
Is the following at the very top of the source code that's causing the problem:
If not, I could see that causing the error.
The Stamp directive would depend on the model of BASIC Stamp being used and the PBASIC directive reflects the revision of PBASIC being used.
Thanks again!!!
Edgar
Take a look at the Stamp's IDE help system, and search on "directive". You'll find the discussion of the "why" for these two lines.
Later.
erco
Just happy to help.