Quote Originally Posted by mindthomas View Post
Ya, but when i need to send it over USB?
Same thing applies going either sending or receiving...

variableword var word
variable_highbyte var byte
variable_lowbyte var byte

variableword = (variable_highbyte * 256) + variable_lowbyte
variable_lowbyte = variableword.lowbyte
variable_highbyte = variableword.highbyte