Now we have PL2303HXD ( USB to Serial Bridge Controller ) connected and ready to communicate to external MIcrocontroller
Arduino Boards are based on Atmel MCU ( micrcontroller )
and the UNO usually based on ATMEGA8 or Atmega16 or ATMEGA328
the main difference between the both is the Program memory , ATMEGA8==.8Kbyte , Atmega328==32Kbyte
here we will use the Atmega328
the mentioned MCU continue Uart TX ( PINand RX pins , and both pins should be connected to PL2303 Tx and RX to establish the connection between the PC and MCU .
and the schematic for this part is as below :
Note: ICSP mean in circuit serial programming , using this connnector you will able to load a bootloader to another Atmega , and here the arduino will Act as IC programmer