in reply to Re: win32::serialport buffer overflow
in thread win32::serialport buffer overflow

Doing many smaller reads instead of one large one keeps the internal buffer from overflowing and makes everything work beautifully. Thanks a lot for the help.