Shop OBEX P1 Docs P2 Docs Learn Events
VB + STAMP project - Siren AR timer — Parallax Forums

VB + STAMP project - Siren AR timer

kevinreturnskevinreturns Posts: 1
edited 2010-03-09 00:54 in BASIC Stamp
I have made a program in VB· that sends "AJAX-Alert0453" to the stamp board. However, I have no clue how to program my stamp. I simply need it to trigger a relay. Thats all. burger.gif


Event Chain:
Stamp receives a command > Checks if the command is "AJAX-Alert0453" > Sets the relay on for 2 minutes > Turns off relay, and waits for next command

Post Edited (kevinreturns) : 3/8/2010 10:27:30 PM GMT

Comments

  • FranklinFranklin Posts: 4,747
    edited 2010-03-09 00:54
    First I'd shorten the command sent. It does not have to be human readable so "A" would work. Then look at the serin command to see how to get input and then the if command to choose an action.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    - Stephen
Sign In or Register to comment.