• 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!
    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 baud rate
    If we set different baud rates in an master-slave system,can the system work correctly?!thank you!
  • a problem about serial communication with cc1010 dk
    hey all I uploaded to cc1010 chip an example about serial comm with pc and cc1010 development kit. I have used the hyper terminal. With using example program I am supposed to see the chars which I...
  • Serial communication
    Hi, I use AT89S52 in a project. I send and receive data through TXD, RXD pins to a GSM module for sending SMS to another mobile equipment. I use watchdog facility and the watchdog counter is reset at...