How does data transmission happen?
The USB port is used to connect the tiny chipset to the computer. The microcontroller unit's RX and TX signals are connected to the module's RX and TX signals. The modules connect to the host PC through a serial port. The information is sent from the host PC to the module, which converts it to UART signals that are sent to the microcontroller through the UART protocol.
Interfacing Arduino Pro Mini
This USB to serial converter chip can be used to program Arduino pro mini and other Arduino modules that do not include an integrated USB programmer.
Install CP2102 UART Module Drivers
You must first install drivers before using this module. When you connect this USB module to a computer's USB port, the necessary drivers are automatically installed. However, if drivers aren't installed automatically, you'll have to do it manually. The first step is to install drivers in order to get things up and running. To install the drivers, follow the procedures below.
If it is detected, it is ready to be used. Open Arduino IDE > Tools > Board > Select Arduino Mini Pro. Then go to Tools > Serial Port > Select COM port.