4

I've had an Ender 5 for quite a while and it has worked phenomenally, but recently I had encountered a MIN_TEMP error so I ordered a new hotend and Creality silent board.

Because this is an Ender 5, I had to change the firmware from the default on the new board and I did that using VS Code. I changed all the parameters I need to but when I plugged in the printer to upload the code, the printer shows up under USB in device manager but with the error:

There are no compatible drivers for this device.

As a beginner, I have no idea what to do.

Greenonline
  • 5,831
  • 7
  • 30
  • 60
Carter
  • 331
  • 1
  • 7

1 Answers1

4

By default, Windows does not come packaged with drivers for the CH340 USB Serial chipset the Creality Silent board has installed. To get your computer to properly recognize the printer, you will need to install the CH340 Driver software from WCH's website. (the company that manufactures the CH340 chip)

As of August 2021, the download for the drivers can be found at:
http://www.wch-ic.com/downloads/CH341SER_EXE.html

craftxbox
  • 677
  • 4
  • 19
  • 1
    Ironically, I have found that Windows 7 works well with the dreaded CH340, whereas it is *usually* OS X and Macs that [refuse to play ball correctly with the CH340](https://3dprinting.stackexchange.com/q/6221/4762), and require additional drivers. – Greenonline Aug 20 '21 at 13:51