Shop OBEX P1 Docs P2 Docs Learn Events
Hacking the StampDAQ — Parallax Forums

Hacking the StampDAQ

AImanAIman Posts: 531
edited 2007-03-20 14:24 in BASIC Stamp
I am trying to get into the StampDAQ. I want to hook my trendnet wireless Modem/Router into my robot. Since the StampDAQ works in Excel...

Comments

  • crgwbrcrgwbr Posts: 614
    edited 2007-03-19 12:06
    It'd be nice if you finished your setance. (:-P)

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    NerdMaster
    For
    Life
  • Martin HebelMartin Hebel Posts: 1,239
    edited 2007-03-19 12:58
    Not sure what you mean by 'hacking'. Go to Tools-->Macro-->Visual BASIC editor. Have a blast.

    -Martin

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    StampPlot - GUI and Plotting, and XBee Wireless Adapters
    Southern Illinois University Carbondale, Electronic Systems Technologies
  • AImanAIman Posts: 531
    edited 2007-03-20 12:06
    I wasn't clear in what I meant. My Bad.

    I know how to get into and see the VBA scripting. What I meant was can I write Pbasic in VBA and have VBA run a Stamp. I don't mean getting returns of zero's or ones, I mean getting returns of sensor readings and changing motor or servo commands.
  • Tom WalkerTom Walker Posts: 509
    edited 2007-03-20 13:48
    The Stamp is programmed in PBasic. You can write a program in PBasic that will run on the Stamp that will interpret commands that it receives and acts accordingly...typically through using SERIN. Depending on how you design the program in the Stamp, you can take sensor readings, manipulate them and communicate them, typically through SEROUT,·to a "waiting" VBA program. Except for using VBA and PBasic at either end of a "messaging network", there is no "connection" between the two systems/languages.

    If you are thinking of re-programming your Stamp using VBA, that way lies madness...

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Truly Understand the Fundamentals and the Path will be so much easier...
  • Martin HebelMartin Hebel Posts: 1,239
    edited 2007-03-20 14:24
    With the recently released PLX-DAQ, thich allows you to read/write any cell on the spreadsheet, you may find your ability to make a Excel based GUI for your BASIC Stamp easier. It also has 4 checkboxes which can be labeled/read/set.

    http://www.parallax.com/html_pages/downloads/software/software_plxdaq.asp
    -Martin

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    StampPlot - GUI and Plotting, and XBee Wireless Adapters
    Southern Illinois University Carbondale, Electronic Systems Technologies
Sign In or Register to comment.