• UART 0 - 89C669 @ 115200 baud rate
    UART 0 of 89C669 @ 115200 baud rate Hi all, Previously I was using 89V51RD, Now I want to replace it with 89c669 because of flash memory restrictions. My serial comm code using 89V51 is...
  • setting ADuC834 for 115200 baud???
    I have an Analog Devices ADuC834 eval board and currently have the UART configured for 9600 baud with the following code: T3CON = 0x82; T3FD = 0x12; SCON = 0x52; I am interested in configuring...
  • USB CDC sample code does not work at baud rate 115200
    Hi, I have a device which are sending a string "RECEIVED OK. CONTINUE..." repeatedly. It is connected to the MCB2300. The communication interface between my device and MCB2300 is via UART interface...
  • Baud rate
    Hi, Let me know whether there is any window showing the activated Baud rate while debugging in MDK 5. In MDK4 while we are debugging we are able to see in the USART peripherals the corresponding baud...
  • Baud Rate
    Hi Does anyone know this In the Peripherals->Serial Window, it displays a baudrate. If I am setting TMOD.6 to 1, another word using t1 pin to clock timer1 instead of the cystal, will that window still...