Asynch Serial Comms
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi there I am receiving asynch serial data successfully using a thread. But I noticed that the time the data arrives is never the same. It actually arrives at say time (y), then at Time (y+1), (y+2)... until (y+10). Then it jumps back to time (y). The transmission time is accurate always at 100ms intervals. Can anyone maybe tell me why this is the case AND what I should look for to correct it. Maybe a setting somewhere. Thanks