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/ttyACM0seria

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

...

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

...