Shop OBEX P1 Docs P2 Docs Learn Events
StampDAQ Error — Parallax Forums

StampDAQ Error

sciguysciguy Posts: 48
edited 2007-02-04 21:27 in BASIC Stamp
Hello all,

I'm trying to use StampDAQ to acquire information from the force sensor on my board, but I get the following error:
[noparse][[/noparse]quote]Error: Data < ASCII 13 or > ASCII200

Anybody know what I'm doing wrong?

Comments

  • PARPAR Posts: 285
    edited 2007-02-04 18:51
    sciguy said...
    Hello all,

    I'm trying to use StampDAQ to acquire information from the force sensor on my board, but I get the following error:
    [noparse][[/noparse]quote]Error: Data < ASCII 13 or > ASCII200
    Anybody know what I'm doing wrong?
    The error is saying that you are trying to do something with data that is out of the range of legal values for that process.

    Post your program (the one that is acquiring the data from the sensor and passing it on to the DAQ program).

    PAR
  • sciguysciguy Posts: 48
    edited 2007-02-04 19:58
    actually I think thats the problem. How do I get the program to store data where StampDAQ can access it?
  • Martin HebelMartin Hebel Posts: 1,239
    edited 2007-02-04 20:12
    Could you post the code you are trying to use and we can go from there? StampDAQ installs with some PBASIC Examples to use as framework.

    -Martin

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    StampPlot - GUI and Plotting, and XBee Wireless Adapters
    Southern Illinois University Carbondale, Electronic Systems Technologies
  • sciguysciguy Posts: 48
    edited 2007-02-04 21:27
    never mind I figured it out on my own. Thanks though!
Sign In or Register to comment.