File help
Ritu
Posts: 39
Hi,
Is there a datalogger file somewhere for the Javelin and what is
Int32, I have code that has that in there and an error comes up, is it
in some file I need to download for the Javelin?
Thanks
Is there a datalogger file somewhere for the Javelin and what is
Int32, I have code that has that in there and an error comes up, is it
in some file I need to download for the Javelin?
Thanks
Comments
You can download it here:
http://www.parallax.com/javelin/applications.asp
For files I have written several classes.
Take a look at the following classes:
FileSystem.java, FSinterface.java, TableFSinterface.java, TableFileSystem_test.java
located http://groups.yahoo.com/group/JavelinCode/files/Javelin%20Stamp%20IDE/lib/stamp/filesystem/
These files classes use some Memory classes:
Memory.java, TableHeap.java, TableList.java, FileMemory.java located
http://groups.yahoo.com/group/JavelinCode/files/Javelin%20Stamp%20IDE/lib/stamp/peripheral/memory/
The FileSystem class has all the standard functions like open, close, read, write, seek, tell, create, find.
The TableFSinterface creates a logical disk in memory (could be ram, eeprom etc) and provides
sector read/write to the FileSystem class.
It is quite universal and not a ready made datalogger application. However, you can have multiple
opened files, and if stored in eeprom (even the javelin eeprom itself) you can retrieve stored
data to a pc for further processing at a later time.
regards peter