PLEASE HELP!!! My im testing my SSD1306 display and all, it works okay on my arduino mega. However, in my arduino nano it is stuck on either denied port access or just stuck on uploading.
If it is a Nano clone try selecting "old bootloader" option from the "processor" submenu.
And it probably has the CH340 chip for the USB port, you must install the driver.
Hi @frustratedsoyabean. This error can occur when the port is open in another application. Only one application can have a serial port open at a time so Arduino IDE can't perform an upload under these conditions.
Check to see whether you have any applications running on your computer that might use the port. If they are, close them and then try the upload again. If you have the Arduino IDE Serial Plotter open, close that as well (even though Serial Plotter shouldn't cause a problem, it can under certain conditions due to a bug in Arduino IDE).
If there aren't any other applications using the port, add a reply here on this forum thread to let us know.