Not knowing what you're really trying to do, I can tell you that a simple way to save data to a file is to open hyperterminal and set it to Capture text.
The stamp can serout to the PC's serial port and hyperterminal will keep appending everthing to the file you set up when you started hyperterm.
Oh, come on guy. You post at 6:00 PM on a Sunday, and you expect an answer within 4 hours? This is an on-line forum, not a 24-hour support line.
The BS2 is designed for embedded applications that DON'T require a file system, usually. Your PC has a file system for applications that DO require a file system. And yes, you can easily use SEROUT 16, 16846, [noparse][[/noparse]DEC MyData, 13] commands on the BS2 to send data to your PC. You'll then have to run some program on the PC (like Hyperterm, or your own application) to capture that data and write it to the PC's file system.
I mean, the BS2 only has 26 bytes of RAM on it. How are you going to attach and run a file system on 26 bytes of RAM?
There's also StampPlot <http://www.selmaware.com/stampplot/> which can be used to write to a PC file. This is a program that runs on a PC and connects to the Stamp via a serial port. It's more designed for displaying information, but can act as a data logger.
Comments
The stamp can serout to the PC's serial port and hyperterminal will keep appending everthing to the file you set up when you started hyperterm.
Cheers
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Tom Sisk
http://www.siskconsult.com
·
The BS2 is designed for embedded applications that DON'T require a file system, usually. Your PC has a file system for applications that DO require a file system. And yes, you can easily use SEROUT 16, 16846, [noparse][[/noparse]DEC MyData, 13] commands on the BS2 to send data to your PC. You'll then have to run some program on the PC (like Hyperterm, or your own application) to capture that data and write it to the PC's file system.
I mean, the BS2 only has 26 bytes of RAM on it. How are you going to attach and run a file system on 26 bytes of RAM?
www.roguerobotics.com/products/electronics/ummc
www.sddatalogger.com/
And have some patience next time! This forum is FILLED with very helpful people who are very generous with their time.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Roger Pierson
Senior Electronics Technicain
DTI Assoicates
·· This question was answered for you in the following thread.
http://forums.parallax.com/showthread.php?p=618510
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support