jeroendoggen / Arduino-serial-messaging

Library to exchange short messages (sensordata, commands) between an Arduino and a software application running on a PC. (Linux, embedded Linux, Windows, OS X)
GNU General Public License v2.0
78 stars 27 forks source link

Why do you flush the buffer? #20

Open collinalexbell opened 8 years ago

collinalexbell commented 8 years ago

Just curious. I could imagine a situation where a pc would send multiple commands in a burst. You wouldn't want those commands to be dropped.