Hi guys, i have a problem. I connected the pc and the pic want to get same values from the PC. I send my data in shape " A+B0C1D2 " and at the end want to have +012. At the same time in the code, i use
HSERIN[Wait(A),RX]
sign = RX
HSERIN[Wait(B),RX]
b1 = RX
HSERIN[Wait(C),RX]
b2 = RX
HSERIN[Wait(D),RX]
b3 = RX
Eventhough, the pic gets A,B,C,D, when i put the chars on LCD i get nothing. What shoud i do ? Please help... Thx