logo elektroda
logo elektroda
X
logo elektroda

Arduino Nano V3.0 CH340G: Comprehensive Guide on Installing Drivers & Troubleshooting COM Port

Jack96 4737 7
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
  • #1 16562764
    Jack96
    Level 14  
    Hello!

    I have a problem with a newly purchased one Arduino nano v3.0 from CH340G . Namely, I wanted to install the drivers because the device was visible as "USB2.0) Serial" and did not detect it in the Arduino IDE. To this end, I downloaded the drivers from the manufacturer's official website and installed them without any problem. Unfortunately, the device is still not visible as COM Port. Moreover, my old arduino also ceased to be visible. I will add that I am using Windows 10 x64


    Photos from the manager:

    Arduino Nano V3.0 CH340G: Comprehensive Guide on Installing Drivers & Troubleshooting COM Port

    Arduino Nano V3.0 CH340G: Comprehensive Guide on Installing Drivers & Troubleshooting COM Port
    Do you have a problem with Arduino? Ask question. Visit our forum Arduino.
  • ADVERTISEMENT
  • #2 16562774
    Kolobos
    IT specialist
    ID does not appear to be valid.

    You can try to modify the .inf file of drivers and add your ID instead of one of the already entered in the file (you need to replace all occurrences).
  • ADVERTISEMENT
  • #3 16562809
    Jack96
    Level 14  
    Could you write something more about this ID? Is it important what I enter instead of the current one or can I give any text?

    Arduino Nano V3.0 CH340G: Comprehensive Guide on Installing Drivers & Troubleshooting COM Port
  • #4 16562820
    Kolobos
    IT specialist
    It looks like something is damaged unless you have changed the identifier yourself.

    The correct one is:
    vid_1a86 & pid_7523
    you have:
    vid_1a82 & pid_7123

    Select "Change" and change all vid_1a86 & pid_7523 to vid_1a82 & pid_7123, then install the drivers.
  • ADVERTISEMENT
  • #5 16562942
    Jack96
    Level 14  
    Ok I did as you said. I tried to upload the driver via 'Update Driver' but after selecting the directory a window appears:
    Arduino Nano V3.0 CH340G: Comprehensive Guide on Installing Drivers & Troubleshooting COM Port

    After removing the driver and reinstalling using the installer it displays 'Driver's install failture' and it probably happens that when I click 'install' the device is disconnected and connected automatically. Then the Windows driver auto-installer starts which blocks my installation
  • ADVERTISEMENT
  • #6 16562976
    Kolobos
    IT specialist
    In the inf file, have you changed all the occurrences of vid_1a86 & pid_7523?
  • #7 16563001
    Jack96
    Level 14  
    As you said...
  • #8 16563032
    Kolobos
    IT specialist
    When updating drivers, do you choose the option of choosing the driver yourself from the disk? If not, it will turn on automatically.

    The device may be damaged, it would translate the changed identifier. If it is new, can it pay back?

Topic summary

The discussion revolves around issues faced by a user with an Arduino Nano V3.0 CH340G, specifically regarding driver installation and COM port detection on Windows 10 x64. The user initially installed drivers from the manufacturer's website but encountered problems as the device was recognized as "USB2.0 Serial" and not detected in the Arduino IDE. Suggestions included modifying the .inf file to replace incorrect device IDs (vid_1a82 & pid_7123) with the correct ones (vid_1a86 & pid_7523). The user faced further complications with driver installation failures and automatic disconnection during the process, leading to questions about potential hardware damage and the correct method for updating drivers.
Summary generated by the language model.
ADVERTISEMENT