• dual serial port usingds89c420
    hello, iam using ds89c420 in my application. in this i want to recive the data from serial port1 and transmit data from the serial port0. then how to write code in keil for this application
  • about dual serial ports of ds89c420
    hello, i want use dual serial port of ds89c420. i how to initalize the serial ports and how ser the serial port 1 to the hig priority mode. in my application i want recive only from the serial1 and...
  • dual serial communcation
    hi, in my project i have to use 2 uart in 8051 micrcontroller. i am using gsm and gps in my project.my problem is when i receiving gsm sms i have to send gps value to same number . the mobile number...
  • Timer and serial port
    I am doing a project and want to use both the serial port at 2400bps and timer 0 for timing ticking. for the serial: my setting is that: TMOD=0x20; TH1=-13; TL1=1; SCON=0x50; for the timer...
  • serial port and timer
    Hi, I have a problem.I must send through the serial port the number 1 and the number 0 every second using a timer of the c167cs. Would someone know me to help?