thatoneguy
- Joined Feb 19, 2009
- 6,359
It sounds like you are getting just 1 character at a time, then calling it the entire receive buffer, displaying it, and repeating.
Read the code above closely for how it gets data, and compares to yours, also compare with datasheet.
Does it work WITH those lines commented out, or only when they are not?
Read the code above closely for how it gets data, and compares to yours, also compare with datasheet.
Rich (BB code):
//rcv_data_buffer = rcv_data;
//i++;rcv_data_buffer=0;
Does it work WITH those lines commented out, or only when they are not?