Arduino with CH340C not detected on PC

Thread Starter

OmarTPX

Joined May 30, 2024
19
A while ago I posted here about my GSM project using SIM900A where I accidentally designed it for 5V and had to fix it with a diode drop hack (thread link: [old thread]) — thanks again to everyone who helped me out there .

Now I’ve got another issue:
I have successfully installed the bootloader on my custom Arduino board using another arduino, but when I connect it to the PC via USB, it’s not showing up at all.
  • I measured the voltage on the Arduino board: ~4.25 V
  • I’m using the CH340C USB-to-UART IC (supply range 3.3–5 V)
  • I already installed the CH340 drivers on my PC
  • The TX pin blinks once when I press reset
  • Voltage at CH340 pin is around 3.3 V
So right now the board is powering up, but the PC does not detect it at all, no COM port shows up.
i only connected the arduino for now. The Sim900 is not connected yet
Any help or suggestions would be really appreciated

1755945197366.jpeg

1755945233219.png1755945296869.png
 

Jony130

Joined Feb 17, 2009
5,593
Did you click the "Uninstall" button first?
Disconnect the board from the PC.
Click on CH341SER.EXE and uninstall the drivers. Then click on the "Install" button.
After you finish, try to plug the board once again into the PC.

I forgot to ask about the windows. Is it 10 or 11?
 

Thread Starter

OmarTPX

Joined May 30, 2024
19
when i click Uninstall it says No Device is found!
its not even says unknown device in Device Manager
i'm using windows 10 and i also tried it on linux system but no luck
 
Top