Basic stamp into excel.
Gabezeus
Posts: 3
Can I use a basic stamp to write data into an excel spread sheet, or any other type of document?
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
www.madlabs.info - Home of the Hydrogen Fuel Cell Robot
"Parallax Data Acquisition tool (PLX-DAQ) software add-in for Microsoft Excel acquires up to 26 channels of data from any Parallax microcontrollers and drops the numbers into columns as they arrive. PLX-DAQ provides easy spreadsheet analysis of data collected in the field, laboratory analysis of sensors and real-time equipment monitoring."
It's a free download from Parallax.
-Phil
Using minicom in Ubuntu:
minicom -C /home/user/myusbdata.txt will create a text file that can be read into OO or Excel.
I posted of couple of files from a setup with a light sensor getting a flash light waved around.
P.S. Make sure you stop the debug window (bstamp_run) so all the data flows into the minicom window.
I know this is an old posting, but currently I am looking to save on PC a file from stamp. DO you have a code /setting that needs to be done to use hyperterm to do this. I'd appreciate any help.
Cyril
What do you mean by "a file from stamp"? The Stamps don't hold anything recognizable as a "file" in their memory. They hold (tokenized) program code and data.
I suspect you're really asking "How can I download the program from a Stamp onto my PC?". I believe you'll find that the answer is "You cannot". See this thread:
http://forums.parallax.com/showthread.php?131049-retriving-code-from-BS2
If you're asking "how can I send data from my Stamp to the PC?", PLX-DAQ works quite well and fairly easily.