hello guys !
i'm new here , i would like to know a method that can read data via rs232 ( i use pic 18f452 to send 5 values(pression, temperature, current, voltage and solar radiation ) of Adc conversion )
i successed to read one value at first ( sending one value via pic) , but i couldn't read more than one at end

so, question is how to do that ?
how to separate between the data?
show pression in textbox1
// // in textbox2
.
.
..
// // in textbox5
thanks