Jaeyoung-Lim / InRoL-Quadrotor-Platform-for-Research

Project for developing a quadrotor platform for research platform used in Seoul National University interactive networks Laboratory
1 stars 2 forks source link

Serial communication halts after ~500 packets #2

Closed Jaeyoung-Lim closed 9 years ago

Jaeyoung-Lim commented 9 years ago

Serial communication program running on PC is successful in communicating with the arduino but halts after ~500 packets

Jaeyoung-Lim commented 9 years ago

only sending packets in one direction in UART will overflow the buffer halting the program

handshake should be done to flush the buffer between communications

Jaeyoung-Lim commented 9 years ago

Problem solved hand shake prevents the program from halting