Basically what the subject reads. I have successfully uploaded various sketches on my Daisy Pod via the Arduino IDE, but now I want to program an Arduino board and the IDE just can’t upload the code. I’ve selected Arduino UNO through the Arduino AVR Boards and the IDE can see the board’s port, but it can’t upload the code, returning the following error:
avrdude: ser_open(): can't open device "/dev/ttyACM0": Device or resource busy
Failed uploading: uploading error: exit status 1
I know this is an Arduino related question, but since I have made changes to upload code to the Daisy, I thought of posting here.