• about serial communication!
    I can't step over this instruction ( while(TI==0);// ) the program : #include "reg51.h" main() { TCON = 0x50; TMOD = 0x20; TL1 = 0xFD; TH1 = 0xFD; TR1 = 1; while(1) { SBUF = 0xFF; while(TI...
  • about serial communication!
    I can't step over this instruction ( while(TI==0);// ) the program : #include "reg51.h" main() { TCON = 0x50; TMOD = 0x20; TL1 = 0xFD; TH1 = 0xFD; TR1 = 1; while(1) { SBUF = 0xFF; while(TI...
  • c8051f34x about serial communication
    I am using C8051f340-TB. Currently I am facing problem connecting USB to USB part B without USB Debug adapter. The computer is unable to detect the USB connecting. Is there any way to detect USB to USB...
  • c8051f34x about serial communication
    I am using C8051f340-TB. Currently I am facing problem connecting USB to USB part B without USB Debug adapter. The computer is unable to detect the USB connecting. Is there any way to detect USB to USB...
  • about serial communication baud rate
    If we set different baud rates in an master-slave system,can the system work correctly?!thank you!