04-18-2006 07:23 AM
Hi Mert,
Thank you so much for your reply and the clear explanation. I will look into it and try to avoid timers as much as i can. Yeah i was using one of the timer to check end of string because if i you LWRS_RECEIVE and 32bytes...say if in the last set i received less than 32 the comcallback wouldnt hv been called and data would b lost so thats why i hv a timer which keeps reseting provided it goes into the comcallback....moment it doesnt timer ticks n once time outs...it goes n gets the char in the buffer n adds them to the end of the string. Well i tried using RXCHAR but since the data i receive is tooo large...it doesnt properly.....i hv to use a higher number....because after i receive the data i display on the screen and also plot graphs.
Thanks once again adn will keep u posted.
k1_ke