Shop OBEX P1 Docs P2 Docs Learn Events
Collect Data from BS2p — Parallax Forums

Collect Data from BS2p

ArchiverArchiver Posts: 46,084
edited 2002-03-11 01:08 in General Discussion
Hi,

I have very limited knowledge about the BStamp and SPlot, can some expert
here give me a help on programming?

Hardware:
I try to build a datalogger with the BS2p24. The data will be stored in a
EEPROM. Periodically, I will connect the Stamp to my laptop through DB9 cable.

Software:
I like to:
1. From the Stamp software, sending a request to PC, something like "Ready
to transfer data from Stamp to PC?" -- I know to use DEBUG.
2. Waiting the response from PC.
3. If no response from PC, say for 15 seconds, this means PC is not
connected, then continue the data logging program. How to do this?
4. If a "Y" received from PC, call a subroutine to read data from EEPROM,
and send to PC.
5. During the data transmission, do I need to check the data, if so, how to
do it?
6. How to suspend the data transfer for next data taking schedule, then
resume the transfer?

Thanks in advance for your help.

Liang Ji
Sign In or Register to comment.