Note that there are some explanatory texts on larger screens.

plurals
  1. USTobias
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COOh, not really. I could get the Ethernet Shield, but for now I'm suck with the Serial port...and the only shield I was thinking to add to it would be the Motor Control Shield.
      singulars
    2. COThank you for your input. This is a small project of my own, so there are no limitations. I only used Python since it was the easiest way to save data via the Serial port. However, your first paragraph sounds very interesting: sending it directly to a defined endpoint (web server). I can change the code in the Arduino and the data is meant to be public. Could you please elaborate on sending this data from my Serial port to an endpoint? As for the comment above, it's an Arduino, so it has to be on my local computer. Looking forward to hear from both of you. Sorry for the late reply.
      singulars
    3. COThanks! This cuts what I asked. However, if you don't mind, I'd like to break it down a bit more: From what I read, you go through every digit of the input and match it vs isdigit(), then concatenate with the result to 'itself' right? On the other hand, I forgot to mention, I can't just return the valid digit, as it must be a valid 'result'. To be more precise: I will generate a graph out of this data, so after trying what you said (which worked) I found some broken data values like 778, 778, 7780, 778 (check 3rd), which would probably be caused by filtering wrong input, like 778, 77ª8, 778?
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload