3 variables / hyperterminal / serin comm.

armagon29

New Member
Dear All:

I trying to do an experiment using a HyperTerminal, LCD and serin command, the intention of this is to capture 3 independent variables from HyperTerminal and join in a single variable, and print into LCD
1 capture into picaxe from PC/HyperTerminal 3 variables as follow as example:
W0=1
W1=5
w2=4

then:

let w0=w0*100 “100” W0=100
let w1=w1+10 “10” W1=50
let w2=w2 “1” W2=4

then:
let w3=w0+w1+w2 W3=154
then:
print variable w3 into LCD
but noting happen¡
Could someone help me to check this?

Thanks
 

Attachments

Top