Shop
OBEX
P1 Docs
P2 Docs
Learn
Events
please help me question in eb500 — Parallax Forums
toggle menu
Categories
Discussions
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Sign In
·
Register
×
Home
›
Robotics
please help me question in eb500
zohar
Posts:
1
2009-02-28 07:10
edited 2009-03-02 19:17
in
Robotics
i am new to all this robotics
how can i disable the
"
stamp io line p5 is not configured as an output"
i want to connect the "eb500 ser d"
to the "board of eduction rev c"
thanks zohar
Comments
GWJax
Posts:
267
2009-02-28 15:39
edited 2009-02-28 15:39
Use this command in your initialization routine before your main routine.
INPUT 5
This will set the pin 5 as an input only..
Now if you want to set up and output only to a pin the command is OUTPUT {Pin #} use it just like the INPUT command.
Hope this helps you out.
Jax
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
If a robot has a screw then it must be romoved and hacked into..
SRLM
Posts:
5,045
2009-02-28 16:14
edited 2009-02-28 16:14
Take a look at the books "What's a Microcontroller" and "Basic Stamp Syntax and Reference Manual" available for download from Parallax.
Also, please do not duplicate post. You can delete your other post by clicking the red X.
Chris Savage
Parallax Engineering
Posts:
14,406
2009-03-02 19:17
edited 2009-03-02 19:17
Your duplicate post in the BASIC Stamp Forum has been removed.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Engineering
Sign In
or
Register
to comment.
Comments
INPUT 5
This will set the pin 5 as an input only..
Now if you want to set up and output only to a pin the command is OUTPUT {Pin #} use it just like the INPUT command.
Hope this helps you out.
Jax
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
If a robot has a screw then it must be romoved and hacked into..
Also, please do not duplicate post. You can delete your other post by clicking the red X.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Engineering