03-08-2010 05:17 AM
Hi,
I have serial port communication which sends different temp values in Hex form, and i have created 4 text boxes say Temp 1, temp 2 ,temp 3 and temp 4. I want it to keep updating my temp values in these boxes but it is taking only 1st 4 temp values after that my temp values doesn't change.
I am facing one more problem, In my serial communication read data it will keep sending values like this * 20 40 34 80 * 10 40 30 70 * 10 20 90 75 * ...... and so on, so the momemt it receives '*' then temp values after that should start updating in temp 1,temp 2, temp 3, temp 4 and so on...that means In first round temp 1 = 20,temp 2 = 40,temp 3= 34,temp 4=80 and second time it should eliminate * and again start updating from temp 1 = 10,temp 2 = 40,temp 3= 30,temp 4=70. and again the momemt it receives * it should directly start updating from temp 1 = 10,temp 2 = 40,temp 3= 90 ,temp 4=75.
Is this possible?
03-08-2010 06:53 AM