1
0
jcktrue.dk/content/post/arduino-serial/index.md
Jens True 731b4249a2
All checks were successful
continuous-integration/drone/push Build is passing
Draft for arduino serial
2022-02-04 13:00:43 +00:00

561 B

title subtitle summary date lastmod diagram draft
Serial handling on Arduino A basic introduction to Serial handling on the Arduino platform. A basic introduction to Serial handling on the Arduino platform. 2022-02-04T22:10:31+01:00 2022-02-04T22:10:31+01:00 true true
  • Introduction
  • Serial Monitor
  • Newline / Synchronization
  • RX/TX Buffer
  • Serial API
  • Pitfalls
    • Read/Debug
    • Lack of synchronization
    • newline and linefeed
  • Example - Single charecter
  • Example - By line read
  • Advanced
    • Parameters
  • AT Commands
  • JSON