Welcome to the forum
The error message suggests a solution to the problem
Have you got a board and serial port selected in the IDE ?
My board and serial port is selected in the IDE
The IDE obviously does not agree with you
Please post a snip of your IDE screen showing the equivalent of this
![]()
Hi @minasylla123. I'm going to ask you to provide some additional information that might help us to identify the problem.
This procedure is not intended to solve the problem. The purpose is to gather more information.
Please do this:
- Select Arduino IDE > Quit Arduino IDE from the Arduino IDE menus if it is running.
- Open macOS Launchpad.
- Type
terminalin the "Search" field. - Click on the "Terminal" icon.
A "zsh" window will open. - Type the following command in the zsh window:
"/Applications/Arduino IDE.app/Contents/MacOS/Arduino IDE" - Press the Enter key
- Wait for Arduino IDE to finish starting.
- Connect your Uno board to the computer with a USB cable if it is not already connected.
- Make sure the serial port of the board is selected in Arduino IDE's Tools > Port menu.
- Verify that the "Serial Monitor" tab shows the unexpected "Not connected ..." message, as before.
- Switch back to the Terminal window.
- Press the Command+A keyboard shortcut.
This will select all the text in the Terminal window. - Press the Command+C keyboard shortcut.
This will copy the selected text to the clipboard. - Open a forum reply here by clicking the "Reply" button.
- Click the
<CODE/>icon on the post composer toolbar.
This will add the forum's code block markup (```) to your reply to make sure the output is correctly formatted.
- Press the Command+V keyboard shortcut.
This will paste the output into the code block. - Move the cursor outside of the code block markup before you add any additional text to your reply.
- Click the "Reply" button to post the output.
Please let me know if you have any questions or problems while following those instructions.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.


