hyperterminal setting output pin high without using Basic stamp editor
vijaykumar
Posts: 2
I want to use Hyperterminal using the basic stamp homework board in a stand alone mode.
I want to control the board through the hyperterminal.
For example:
I want to set output pin 14 high using the hyperterminal
Can I type in hyperterminal· HIGH 14 and set the output pin?
I tried it and does not work.
Do I need the basic stamp to be running a program?
I searched through forums and could not find the information.
Any reference or information will be useful.
·
I want to control the board through the hyperterminal.
For example:
I want to set output pin 14 high using the hyperterminal
Can I type in hyperterminal· HIGH 14 and set the output pin?
I tried it and does not work.
Do I need the basic stamp to be running a program?
I searched through forums and could not find the information.
Any reference or information will be useful.
·
Comments
You could write a program and load it to the Stamp to interpret input from Hyperterminal. I'll bet there's a FAR easier way to do whatever you're trying to do, though. What's the project?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Don't worry. Be happy
Note that this code does no error checking. That can be added.
Your idea worked.
Only change I had to make was to make thePin Var nib instead of nibble.
Thanks.
Sylvie,
I am trying to write a higher level program with Visual Basic to work with the homework board.
I am trying to understand how BS2 works so that I can write a program in Visual Basic.
I wanted to know whether a program needs to be running in the board or the BS2 was intelligent enough to work directly with a hyperterminal.
From Mike's answer and yours I understand that one has to run a program in the board to be listening to the serial port for the hyperterminal to work.
I also saw in the web site information on tokenizers which I think can be used with Visual Basic.
I will read some more on this.
Thanks.
Vijay
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Don't worry. Be happy