How do we add pushbuttons to create a password?
MunifTheGreat
Posts: 20
I'm looking now how to add pushbuttons into my circuit.
Please look at the attachment below to see what exacty I want to do.
password microcontroller.txt
Is there any solution to make my project work.
I got my microcontroller only 3 weeks ago, so I'm new in basic stamps.
Can you help me?
Please look at the attachment below to see what exacty I want to do.
password microcontroller.txt
Is there any solution to make my project work.
I got my microcontroller only 3 weeks ago, so I'm new in basic stamps.
Can you help me?
Comments
Can you show me an example.
The book was unclear about this command.
How do we use SERIN to make a password with pushbuttons.
Here's a SERIN example straight out of the Basic Stamp Manual that waits for an exact string match.
For push buttons, you would read the state of IO pins. The button must be wire properly, also in the manual.
Try the exercises in "What's a Microcontroller" found in the Help drop down of the PBasic Editor. This will give you the experience to complete your project.
Mike and William.
You helped me a lot.