This action adds one byte to the end of the current binary message.

It takes one parameter: the integral value of the byte you want to add.


It does not matter if it is signed or unsigned, as the binary representations are the same. Remember that the range of a byte is -128 to 127, or 0 to 255, depending on how it is interpreted by the receiver (in Fusion terms, what expression is used to read the byte from the received message).