OK , do i need to use MAX232 with CP2102 ? as its an usb to s232 converter the output should be first given to MAX232 ? right ?????
.
.
then
the data sheet of CP2102 have these lines
"The UART is programmable to support a variety of data formats and baud rates. If the Virtual COM Port drivers are
used, the data format and baud rate are set during COM portconfiguration on the PC. If the USBXpress drivers are
used, the CP2102/9 is configured through the USBXpress API."
.
.
what exactly is baud rate ? i did a bit googling and learned that its basically rate of data transfer (though in a different form ) ? the baud rate supported by CP2102 as its mounted on the arduino board is 9600.
do i need to change the baud rate ? the crystal on the board is 16 MHz for ATmega8 while I'm using a 20 MHz crystal for AT89S52.
is there any limitation of baud rate being supported by a micro controller ? how to decide the correct baud rate ?