B4A is great, thanks for developing it!
A microcontroller is sending a 'word' (two bytes) value via bluetooth through asynchstreams into my Driod app (developed using B4A!!), it works very well.
But....
How do I combine the two bytes into one 'Char' ( 2bytes unsigned: 0 to 65535)?
Are functions in B4A for concatinating, removing, shifting bytes and bits available?
-ray
A microcontroller is sending a 'word' (two bytes) value via bluetooth through asynchstreams into my Driod app (developed using B4A!!), it works very well.
But....
How do I combine the two bytes into one 'Char' ( 2bytes unsigned: 0 to 65535)?
Are functions in B4A for concatinating, removing, shifting bytes and bits available?
-ray