using BSII's memory bank for data logging
evergreen
Posts: 43
Hello, may someone please show me a sample of how to use BSII's memory bank for data logging? I realize there's not much space, but I need to store about log about 30 samples from a 12-bit ADC (is this even possible?).
Thanks!
Thanks!
Comments
·· Check the Help File or the BASIC Stamp Manual on the WRITE command.· There's an example included as well.· Bear in mind that with 12-bit data you will actually be writing 16-bit values (Words) to the EEPROM so you will use 2 bytes per sample.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
Thanks
Addendum: I've attached a screen cap of the Memory Map to show you how location 255 works.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Post Edited (Jon Williams (Parallax)) : 4/15/2006 8:14:31 PM GMT