look at me, spamming my own post...
just wondering, could I do soemthing like change
toCode:while inByte <> 0 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.Code:while inByte == z serin2 rx, true9600, [inByte] wend
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)
Bookmarks