I am trying to send a text character followed by a value from a textfield. I can get the value to send but cant figure how to send the preceding character.
Another option which is relevant when you want to append raw bytes is to use B4XBytesBuilder from B4XCollections. It is similar to StringBuilder but works with arrays of bytes.