look at me, spamming my own post...

just wondering, could I do soemthing like change

Code:
while inByte <> 0
        serin2 rx, true9600, [inByte]
    wend
to

Code:
while inByte == z
        serin2 rx, true9600, [inByte]
    wend
that way I set inByte earlier on as 'z' and then it hangs down below until I get the number 55, or 3 or 0.

I'm imagining grabbing the weather value in degrees off the net for example

(and having my php script only output an integer value, not the extra html filler)