Hello,
I have serial communication going between my device and PC. I receive greater amount data sometimes which taking more processing time in my code and meanwhile my buffer is overflowed and resulted as an error. How can i accomplish this much data receiving at a time and should not result the overflow? I have attached the corresponding image where "tdata" variable is declared as string and acting as my buffer.
How could i make my process fast?
Please help me.
I have serial communication going between my device and PC. I receive greater amount data sometimes which taking more processing time in my code and meanwhile my buffer is overflowed and resulted as an error. How can i accomplish this much data receiving at a time and should not result the overflow? I have attached the corresponding image where "tdata" variable is declared as string and acting as my buffer.
How could i make my process fast?
Please help me.