- Tue 11 October 2022
- posts
Build and upload code without knowing your arduino USB port address
In order to upload your code to your arduino, you have to know its USB port address. You can get the port using arduino-cli. arduino-cli board list Port Type Board Name FQBN Core /dev/ttyACM1 Serial Port (USB) Arduino/Genuino MKR1000 arduino:samd:mkr1000 arduino:samd So you know that …