1
votes

I use Arduino IDE and the Arduino UNO X board. When I plug my USB cable into the USB port, the COM port doesn't show up under the Tools > Port shortcut, making me unable to upload my code. I tried downloading the CH340 driver, but it did nothing :( It has always worked before, but it suddenly won't work all of the sudden. I am using a Windows PC, it is does not show up under Device Manager > USB Serial Port Connection either. It works for other devices though.

2
Look here and here for some good suggestions.paulsm4
have you installed the arduino drivers? first of all you need to do thatFreddy Daniel

2 Answers

0
votes

This problem can occur due to two main reasons.

  1. Your computer does not recognize your Arduino board
  2. Your Arduino Board is damaged

Sometimes your computer does not recognize your arduino board. You can check it by opening Device Manager > Other Devices If a device named Arduino Uno is there, probably it is due to the driver issue.
You can solve it by manually downloading the driver from here.

If the Arduino Board is still not recognized, it can be due to a damaged cable or the Arduino board is damaged. Try using a different cable to connect it to your computer. If the board is still not recognized, the Arduino board might be damaged, You may have to repair the damaged board by giving it to a shop or may have to buy a new board which seems the easier way.

-1
votes

I had this problem and I turned out to be using a power only USB cable rather than a data cable. Replacing the cable with a data cable solved the issue.