FT232R is a USB-to-serial chip by FTDI, found on Arduino-style boards, programming cables and industrial adapters. Windows usually installs its driver automatically - but when it does not, the device sits in Device Manager as "FT232R USB UART" with no COM port. Here is the clean way to fix it.
Quick answer
Download the VCP driver (Virtual COM Port) for Windows from the chip maker's site ftdichip.com, run the setup executable, replug the adapter - a USB Serial Port (COMx) entry appears under Ports in Device Manager. Windows Update installs the same driver in most cases: plug the device in and check for updates first.
On a clean system the FTDI driver arrives through Windows Update - if the PC is offline or updates are blocked, the chip stays unknown.
Some cheap adapters carry cloned FTDI chips. Current official drivers refuse to talk to some clones - the device shows a port that transfers nothing, or stops working after a driver update.
FTDI ships a direct-access driver (D2XX) and a virtual COM port driver (VCP). Software that expects a COM port needs VCP - with only D2XX installed, no port appears.
Old FTDI installations can linger after Windows upgrades and conflict with the current package.
If the port appears but no data flows, open the USB Serial Converter properties and confirm "Load VCP" is ticked on the Advanced tab.
If you do not know the exact model, several devices need attention at once, or the manual route did not find a match - Outbyte Driver Updater identifies your installed hardware automatically and updates the drivers from official sources, with a backup before every change. The scan and diagnosis are free.
Download Driver Updater Downloads Outbyte Driver Updater for Windows 11, 10, 8 and 7. Free 2-day trial, no credit card required.For almost everything - Arduino IDEs, terminal programs, flashing tools - you need VCP, which creates the COM port. D2XX is only for software written specifically against FTDI's direct API. The Windows setup executable installs both and enables VCP by default.
Windows assigns the next free number and keeps it per USB port. You can change it in Device Manager: USB Serial Port properties, Port Settings, Advanced, COM Port Number - useful for old software that only accepts COM1-COM4.
No - they are different chips from different makers. FT232R uses the FTDI driver from ftdichip.com; the CH340 uses the WCH driver - see our CH340 driver guide.