input data into Excel via StampDAQ
david miles
Posts: 2
I would like to input data into Excel via StampDAQ from circuits that give a high of 5 volts and low of zero volts. I have Excel and StampDAQ set-up and have found the "simple BASIC Stamp 2 code" but I don't know what to do with it. Can anyone help me to get started?
David.
Post Edited By Moderator (Chris Savage (Parallax)) : 7/13/2006 2:09:13 AM GMT
David.
Post Edited By Moderator (Chris Savage (Parallax)) : 7/13/2006 2:09:13 AM GMT
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
If you do have a BS2, you can download the "What's a Microcontroller" manual from the Parallax site. It will show you how to detect the high / low signals with the BS2. Once you have that going, you can move on to StampDAQ.
David Miles.
If this is a learning exercise, and you're looking to interface to your PC without a microcontroller, you might want to do some research via Google. You'll need to build an interface circuit for your PC input port, as well as find / write a program that can detect and process that input.
If it's a commercial project, you might want to seriously consider using a microcontroller. A good place to begin your research is the "What's a Microcontroller" manual, which can be freely downloaded from the Parallax website.