- This topic has 4 replies, 3 voices, and was last updated 12 years, 6 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
|
Microcontroller › 8051 › Problem with serial communication
Hi, I’m doing serial communication between 8051 and PC and data will be displayed on LCD. Baud rate used is 9600 and crystal’s frequency is 11.0592MHz. When I type ‘ABC’ on the PC, the LCD will only display ‘AC’ but if i type ‘A B C’ meaning there is a space between the characters then the LCD can display ‘ABC’ as wanted. Does anyone know what is the problem? I googled and found people saying about using a buffer but i’m not sure how.
check the code step by step. there seems to be some logical error.
post your code here..