Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 356 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 356 Bytes

project^3

CLI interactions

We suppose that the nano is linked to the computer via /dev/ttyUSB0

  # Compilation
  arduino-cli compile --fqbn arduino:avr:nano .
  # Upload
  arduino-cli upload -p /dev/ttyUSB0 --fqbn arduino:avr:nano . -v
  # Serial read configuration
  stty -F /dev/ttyUSB0 raw 115200
  # serial read
  cat /dev/ttyUSB0