Quantcast
Channel: Processing Forum
Viewing all articles
Browse latest Browse all 1768

Re : How to log sensor arduino data into a file.

$
0
0
The code works, but it does only write data once and then closes the output-stream. So any data beeing recieved after that point wont be in your logfile. Try to close the output-stream on keypressed or exit maybe. Something like this:
  1. void exit() {
      output.close();
    }

Viewing all articles
Browse latest Browse all 1768

Trending Articles