-->
Page 1 of 2

file system in espBASIC

PostPosted: Sat May 13, 2017 4:00 pm
by trache
would it be possible to have a basic file system so as to be able to save data in the flash memory ?(opening new file , adding data on file...)

thanks :D

Re: file system in espBASIC

PostPosted: Sat May 13, 2017 10:55 pm
by Mmiscool
You can use the read and write functions for long term storage right now.

There is currently not any support to reading and weighting a proper file in esp basic.

Re: file system in espBASIC

PostPosted: Wed May 17, 2017 6:59 am
by trache
Thanks

Re: file system in espBASIC

PostPosted: Thu May 18, 2017 12:53 am
by Aussie_Barry
Mmiscool wrote:You can use the read and write functions for long term storage right now.

There is currently not any support to reading and weighting a proper file in esp basic.


Hi Michael,
Can you direct me to some sample code using the read() and write() commands?
The search function on this forum finds nothing for either command.
Cheers
Barry