I am working with an Arduino Uno board and encountered the following issues:
IDE Port Option Greyed Out: Initially, the "Port" option in the Arduino IDE was greyed out.
Driver Installation: To resolve the issue, I installed the CP210x USB to UART Bridge driver.
Device Manager Error: After installing the driver, the device manager displayed the error:
4."Error 10 - Device could not start."
Port Availability in IDE: Despite the above error, the "Port" option became available in the IDE, and I selected COM3.
Upload Error: When attempting to upload a basic sketch to the Arduino Uno, the IDE returned the error:
7."avrdude: ser_open(): can't open device '.\COM3': The system cannot find the file specified. Failed uploading: uploading error: exit status 1."
Any way to fix this (could be a issue of my usb port, which is suspect is power only- instead of data?)
Is this a new board or did you successfully use it in the past without issues?
Can you post a link to the exact board that you have? Does it indeed has a CP210x ttl-to-usb converter? Official Unos use the 16U2, most clones use the CH340 driver.
DoesCOM3 disappear from the IDE when you disconnect the board?
Maybe not relevant but which Windows version are you using?
Its a new board(its my first time with an arduino).
I have little idea about this part as i bought this board offline from a local store.
No it does not disappear.
Windows 11.
Have attached the board's picture incase thats any help.
Also attached is my device manager's screenshot which shows the usb which i assume is for the arduino(it greys out when i remove the board and comes back when i connect it, albiet shows error)
The serial-to-usb converter on that board looks like a CH340; can you find markings on it or is it absolutely blank?
In device manager, double tap the port. It should tell you what the device is. Else you can select the details tab, select Hardware Ids from the properties drop down and post a screenshot.
Yes it indeed has a Ch340(as per the markings), i tried installing their drivers but it says "The driver is succesfully preinstalled in advance").
Anyways here are the screenshots of both the driver i earlier mentioned(in the first post) and that of the usb port