• Maximum baud rate
    What is the maximum baud rate possible with 89c51rd2, is it possible to achieve speed of 115 k baud or greater??
  • Maximum baud rate
    What is the maximum baud rate possible with 89c51rd2, is it possible to achieve speed of 115 k baud or greater??
  • help: how to setup serial port baud rate using T2
    hi, all. I am a new comer to 8051. It seems that I have problem in generating the baud rate of 19200 for serial port using timer 2. The uC is AT89C52. here is my code: #include <at89x52.h> #include...
  • help: how to setup serial port baud rate using T2
    hi, all. I am a new comer to 8051. It seems that I have problem in generating the baud rate of 19200 for serial port using timer 2. The uC is AT89C52. here is my code: #include <at89x52.h> #include...
  • reach to maximum speed of USB with LPC1768
    based on the community.freescale.com/.../78160 we can reach 19*64 bytes/1ms = 1216000 bytes/sec (full speed)... My question is which changes of keil examples are needed to reach to this speed?... I tried...