android-bluetooth-serial
android-bluetooth-serial copied to clipboard
How can I receive binary data?
You need to be using the latest snapshot and then use the outputStream
property to get a raw data stream.
Does this answer your question?
You need to be using the latest snapshot and then use the
outputStream
property to get a raw data stream.Does this answer your question?
@harry1453
Did you mean inputStream
? outputStream
have only write
method.