Converting inputstream to string
in
Android Processing
•
3 months ago
I'm working on an application made with "Processing" for android phones, where I'm trying to read a temperature sensor. I'm getting some values right now but I'm facing this situation, when the arduino bluetooth module transmits anything, it will be received as byte data.Therefore some conversion is needed before I can make "sense" of the values. My knowledge in java is very limited and I have no idea how to do this, can someone tell me how to convert an input stream from a bluetooth serial from a byte to a string?
1