• How to tansmit single character via RS232 using P89V51RD?
    Hi, I am using P89V51RD2 NXP micro controller. I tried this code and able to transmit the char 's' for infinite time. Now i want to print/transmit it once. After removing the while(1) it print infinite...
  • How to tansmit single character via RS232 using P89V51RD?
    Hi, I am using P89V51RD2 NXP micro controller. I tried this code and able to transmit the char 's' for infinite time. Now i want to print/transmit it once. After removing the while(1) it print infinite...
  • want code for Serially Received ASCII Character to Binary
    I am using 89S5853, Want to Convert Serially Received ASCII Character to Binary at Controller PORT. code is either in c or assembly. Please Help
  • want code for Serially Received ASCII Character to Binary
    I am using 89S5853, Want to Convert Serially Received ASCII Character to Binary at Controller PORT. code is either in c or assembly. Please Help
  • Some characters lost in serial communication
    Hello everybody, My serial ISR is as below. When I send a string to the microcontroller some characters are not received. The characters are lost in a peculiar way. eg. 1234567890123456 is received...