• 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...
  • 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...
  • 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
  • Lost charactes in serial simulator
    Hi, I have a set of assembler + C routines to handle the serial line that work flawlessly in the DS5002 and DS5250. However, when I debug the code with the uVision Simulator I often lose chars in the...
  • Get a character from serial port
    Please bear with me, I am new to Embedded c. We are using a ADUC848 Microcontroller that has an 8051 based core. We are using Keil uVision 3. What we need to do is send a #TST# string out from...