Upload problems Adafruit Grand Central with Arduino IDE 2.1.0

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
Esma1510
 
Posts: 2
Joined: Thu May 25, 2023 3:26 am

Upload problems Adafruit Grand Central with Arduino IDE 2.1.0

Post by Esma1510 »

Hello everyone,

I recently purchased the Adafruit Grand Central and I am having issues with the Upload via the Arduino IDE. Sometimes the upload is successfully and sometimes I get errors with the same sketch. The upload also takes like forever. I have already tried different and simple sketches, doesn't change the problem. Also I have tried different computers.

The following error apppears at Output:

Code: Select all

Sketch uses 16952 bytes (1%) of program storage space. Maximum is 1032192 bytes.
Performing 1200-bps touch reset on serial port COM7
Waiting for upload port...
No upload port found, using COM7 as fallback
"C:\Users\esma9\AppData\Local\Arduino15\packages\adafruit\tools\bossac\1.8.0-48-gb176eee/bossac.exe" -i -d --port=COM7 -U -i --offset=0x4000 -w -v "C:\Users\esma9\AppData\Local\Temp\arduino\sketches\85C386F2DC8F751CFB3E72D80DA81612/20230524_AdafruitTimerInterrupt_Leibrampv2.ino.bin" -R
No device found on COM7
Failed uploading: uploading error: exit status 
Also a error window appears:
Port monitor error: command 'open' failed: Serial port busy. Could not connect to COM7 serial port.

Thank you all in advance

User avatar
dastels
 
Posts: 15658
Joined: Tue Oct 20, 2015 3:22 pm

Re: Upload problems Adafruit Grand Central with Arduino IDE 2.1.0

Post by dastels »

That's usually becasue another application has that port open and is using it. What are you using as a serial monitor?

Dave

User avatar
Esma1510
 
Posts: 2
Joined: Thu May 25, 2023 3:26 am

Re: Upload problems Adafruit Grand Central with Arduino IDE 2.1.0

Post by Esma1510 »

dastels wrote: Thu May 25, 2023 8:17 am That's usually becasue another application has that port open and is using it. What are you using as a serial monitor?

Dave
I don't run any another application while uploading,
As serial monitor I am using the one integrated into the Arduino IDE, no other application

User avatar
dastels
 
Posts: 15658
Joined: Tue Oct 20, 2015 3:22 pm

Re: Upload problems Adafruit Grand Central with Arduino IDE 2.1.0

Post by dastels »

Make sure Arduino's serial monitor closes, closing it manually to be sure.

Dave

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”