HyperTerminal
EMPTY_C
Posts: 29
I have used the hyperterminal several times for data logging and data analysis. Is it possible to query the BS2 through the hyperterminal to take data.· Is it all possible to query any com device through the hyperterminal to send data to itself?
Comments
You would need to monitor the serial interface from the Basic Stamp to look for and act on a command. When is sees an apropriate command, it can then react to the command and transmit back along the same serial interface.
The problem is that the stamps are single threaded and the serial interface is not buffered. While it is monitoring the serial interface it cannot do anything else. Likewise while it is responding to one command it will not "see" any additional commands.
What you want to look at is the external code. This is the BS2 that is responding to serial requests.