S
sam
I have a timer that sends data out a serialport frequently. The call
to Send() on the serial port takes a while, and is making UI slow, and
even making the mouse jump. I've tried some various Threading
scenarios, but even when I call Send on a new thread it ties up the UI.
Thanks for any help,
Sam
to Send() on the serial port takes a while, and is making UI slow, and
even making the mouse jump. I've tried some various Threading
scenarios, but even when I call Send on a new thread it ties up the UI.
Thanks for any help,
Sam