Shop OBEX P1 Docs P2 Docs Learn Events
uploading stamp data — Parallax Forums

uploading stamp data

ArchiverArchiver Posts: 46,084
edited 2004-07-08 00:27 in General Discussion
In a message dated 7/7/2004 1:15:57 PM Eastern Daylight Time, cwentz@m...
writes:


> I'm using a stamp to collect to store relatively short bursts of ADC
> data
> from a series of accelerometers. Does anyone have suggestions or code for
> an
> interface to upload such data to a spreadsheet, maybe excel?
>
>

Yes. Use Hyperterminal to capture the data to an Excel spredsheet.

Sid


[noparse][[/noparse]Non-text portions of this message have been removed]

Comments

  • ArchiverArchiver Posts: 46,084
    edited 2004-07-07 17:56
    Hi All:

    I'm using a stamp to collect to store relatively short bursts of ADC data
    from a series of accelerometers. Does anyone have suggestions or code for an
    interface to upload such data to a spreadsheet, maybe excel?

    Thanks,

    Christian T. Wentz
  • ArchiverArchiver Posts: 46,084
    edited 2004-07-08 00:16
    Probably the easiest way to interface to Excel is by generating a CSV file
    (IE, comma-separated text.) Problem is, you'd have to have an external
    logging device to do it. You'd probably have to do something like write
    them out to the serial device and have an app on the host PC side grab the
    data and write it to a file.

    On Wed, 7 Jul 2004, Christian T. Wentz wrote:

    > Hi All:
    >
    > I'm using a stamp to collect to store relatively short bursts of ADC data
    > from a series of accelerometers. Does anyone have suggestions or code for an
    > interface to upload such data to a spreadsheet, maybe excel?
    >
    > Thanks,
    >
    > Christian T. Wentz
    >
    >
    > To UNSUBSCRIBE, just send mail to:
    > basicstamps-unsubscribe@yahoogroups.com
    > from the same email address that you subscribed. Text in the Subject and Body of the message will be ignored.
    >
    > Yahoo! Groups Links
    >
    >
    >
    >
    >
    >

    Sean T. Lamont, Director Of Engineering
    Innovative Communications Technologies, Inc. http://www.ict.net
    email: lamont@a... / sean@i...
    "Do not fear mistakes, There Are None" - Miles Davis
  • ArchiverArchiver Posts: 46,084
    edited 2004-07-08 00:27
    At 12:56 PM 7/7/04 -0400, Christian T. Wentz wrote:
    >Hi All:
    >
    > I'm using a stamp to collect to store relatively short bursts of ADC data
    >from a series of accelerometers. Does anyone have suggestions or code for an
    >interface to upload such data to a spreadsheet, maybe excel?
    >
    > Thanks,
    >
    >Christian T. Wentz

    Christian -

    Take a look at the Stamp DAQ interface here:
    http://www.parallaxinc.com/html_pages/downloads/software/software_stampDAQ.asp

    Regards,

    Bruce Bates
Sign In or Register to comment.