Shop OBEX P1 Docs P2 Docs Learn Events
Gathering data — Parallax Forums

Gathering data

ArchiverArchiver Posts: 46,084
edited 2001-05-31 00:40 in General Discussion
How does one go about getting data from the stamp into a program like excel?· Or how can you have the computer ask for data from the stamp?

Comments

  • ArchiverArchiver Posts: 46,084
    edited 2001-05-30 23:49
    You could use hyperterminal to read the information into your pc and then save the file. If you put a comma "," sign after each byte, you can then save the file as a "MyData.csv" file which will open in any almost any spreadsheet. The ".csv" stands for "comma separated values" which separates each byte into the next cell.
    Send a carriage return "cr" (13) from the stamp to move the data to the next row in the spreadsheet. You could also write a program using MSComm control in visual basic to gather the data.
    Regards,
    Chris


    Original Message
    From: Ricky Konvicka
    To: basicstamps@yahoogroups.com
    Sent: Thursday, May 31, 2001 5:06 AM
    Subject: [noparse][[/noparse]basicstamps] Gathering data

    How does one go about getting data from the stamp into a program like excel?· Or how can you have the computer ask for data from the stamp?

    To UNSUBSCRIBE, just send mail to:
    · basicstamps-unsubscribe@yahoogroups.com
    from the same email address that you subscribed with.· Text in the Subject and Body of the message will be ignored.


    Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
  • ArchiverArchiver Posts: 46,084
    edited 2001-05-31 00:40
    Hi Ricky,

    Check out these two websites:
    http://ostec.earthlight.co.nz/users/technology/ect/datalogger.html
    and
    http://www.windmill.co.uk

    Both have lots of information including software and application
    notes.

    Good luck with your project!
    --Jeff Wallace

    * Add a RTC, 256k EEPROM and an I2C bus to your BS2
    http://www.high-techgarage.com/products/timekeeper.php


    --- In basicstamps@y..., "Ricky Konvicka" <ricky@m...> wrote:
    > How does one go about getting data from the stamp into a program
    like excel? Or how can you have the computer ask for data from the
    stamp?
Sign In or Register to comment.