douglasjunior / react-native-easybluetooth-classic

⚛ A Library for easy implementation of Serial Bluetooth Classic on React Native (Android Only).
https://www.npmjs.com/package/easy-bluetooth-classic
MIT License
43 stars 7 forks source link

Information received is incorrect #34

Open leo-tavares opened 5 years ago

leo-tavares commented 5 years ago

Should I decode received information?

At the moment I am sending from my Arduino "08052019" and I receive information that does not match what I sent! So I want to know if it is necessary to decode the information.

I check the BluetoothClassicLibrary and i not solve it the issue