Click here to Skip to main content
16,017,100 members

Comments by zhofft (Top 1 by date)

zhofft 10-Jun-10 21:41pm View    
So, you've been using a high priority thread to initiate a Timer for the SerialPort scanning? I'm trying to do such thing in order to seperate the UI and SerialPort Scanning at best, since there is obvious delay of sending data using Timer/Thread when the UI is changing. Actually, I'm quite interested to know more about the 'exact' time interval you've been managed to handle using the .NET framework as I found the delay of the communication comes in quite a portion from the poor time handling.