OSError: [Errno 16] Device or resource busy: '/dev/ttyUSB0' #778
Labels
conclusion: duplicate
Has already been submitted
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
I'm using Linux Mint 20 and an ESP32 DEVKIT V1 on port
/dev/tty/USB0
. The Arduino IDE is arduino-ide_2.0.0-rc3_Linux_64bit. I compiled and ran a simple programBlink_simple
. It uploaded and flashed the built-in LED as it should. I tried to upload another version of the same program, and got the message: "OSError: [Errno 16] Device or resource busy: '/dev/ttyUSB0'
"Here are the programs:
First program
Second program:
Apparently, the Serial output from the first program doesn't allow the upload of the second program.
The text was updated successfully, but these errors were encountered: