I have an app that monitors a comm port, parses the text for what ever then updates a database or writes a few text files.
The problem is if my app is doing something like updating a database and the data continues to flow into the comm port it doesn't seem to pick up the data.
How can I make sure that all data makes it to my buffer variable.
Multithreading???
(if so you'll know my next question!)




Reply With Quote