08-05-2012 12:19 AM
Hello everyone,
I am doing RS232 communication.
My notify count changes each time for receiving next packet from ComRd().
Till now I was "installing comcallback each time for next coming packet".
But installing comcallback each time is slowing down communication.
So I installed only one comcallback but as Notify Count is fix then,
I am reading some time less or more (valid)data from ComRd.
That's why I need to change only Notify Count for coming packet instead of installing new comcallback each time.
Please give me suggestions.
Even Win API solution will help..
Solved! Go to Solution.
08-07-2012 04:18 AM
This appears as an exact duplicate of another discussion: see my answer here
08-10-2012 06:21 AM
thanks roberto.