Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

At a Glance

...

Code Block
# If no device is found, try /dev/tty[tab] or /dev/serial/[tab] where [tab] represents pressing the tab key
minicom -D /dev/ttyACM0

(Note that the minicom baud rate should be set to 115200)

Back to the old terminal:

...

With your code workring, we want to make sure your code matches our Coding Standards. We use two tools for that:

...