You are reading a single comment by @sebi and its replies.
Click here to read the full conversation.
-
Fri 2019.11.29
Hi @sebi, another had this same question just two weeks ago. Some ideas 'push-ing' one line at a time:
http://forum.espruino.com/conversations/340770/#comment14982767
https://www.espruino.com/simple_data_logger
I am building a data logger.
Using the storage library I am writing some data into a file onto my Espruino board (Puck.js).
How to retrieve this file to my computer?
(It is too big to do some copy/paste over the REPL.)
Thx