Timeline for Processing Serial data
Current License: CC BY-SA 3.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 24, 2016 at 21:36 | vote | accept | R0b0tn1k | ||
| Jan 22, 2016 at 19:16 | comment | added | Majenko | @R0b0tn1k By the way, 170 is 0xAA - the first number in the = will change to 170 when it finally reaches the bottom of the window (10 characters have been received). | |
| Jan 22, 2016 at 19:01 | history | edited | Majenko | CC BY-SA 3.0 |
added 285 characters in body
|
| Jan 22, 2016 at 19:00 | comment | added | Majenko | You might be better off dumping the whole window each time. I'll add a little function to do that. | |
| Jan 22, 2016 at 18:24 | comment | added | R0b0tn1k | However, i'm having an issue, it never reached the IF condition, so i did some debugging: Serial.print(window[0]); Serial.print("="); Serial.print(window[9]); Serial.println(); And it's returning some weird results: 0=170 0=192 0=85 0=1 0=115 0=1 Shouldnt the first number be a byte? Shouldnt the second one be static as well? Why is the second number changing for each row? | |
| Jan 22, 2016 at 18:22 | comment | added | R0b0tn1k | Amazing stuff! Great work! | |
| Jan 21, 2016 at 21:54 | history | edited | Majenko | CC BY-SA 3.0 |
added 296 characters in body
|
| Jan 21, 2016 at 21:43 | history | answered | Majenko | CC BY-SA 3.0 |