Hello. Hmmm. I don't have an Android 12 device in use to test it. What I only can do is suggest you get Plugin.BluetoothClassic sources in GitHub and add it to you solution as Project instead of using Plugin.BluetoothClassic nuget package. Then try build it for the latest Xamarin version.
@@ntrungtruc2005 Hello. I think your software is correct. And you see an accurate output. You are sending numbers from 0 to 9. And corresponding ASCII codes belong to the control section of the ASCII table, not the characters or digits one. Try to change this line "Serial.write(SeriaBT.read());" to this "Serial.write(SeriaBT.read() + 48);" Then I hope you will be able to see the correct numbers. Good luck!
У соединения Managed connection нет метода resive? Или быть может я не понимаю как получать данные именно при помощи этого соединения.
Dir Sir could you help me using Bluetooth classic with android 12, It will be crash when connect to bluetooth Thanks so much
Hello. Hmmm. I don't have an Android 12 device in use to test it.
What I only can do is suggest you get Plugin.BluetoothClassic sources in GitHub and add it to you solution as Project instead of using Plugin.BluetoothClassic nuget package. Then try build it for the latest Xamarin version.
Dear Sir, andruino can not receive true characters from xamarin classic, can you help me . Thanks so much
Hello. And what it receives? Show me please Xamarin/Arduino code and bug report.
Dear Sir, I use ESP32 with simple bluetooth for test. Could you guide me.
ua-cam.com/video/_EzV9gYFVPA/v-deo.html@@Электротехникадляпрограммистов
@@ntrungtruc2005
Hello. I think your software is correct. And you see an accurate output. You are sending numbers from 0 to 9. And corresponding ASCII codes belong to the control section of the ASCII table, not the characters or digits one. Try to change this line "Serial.write(SeriaBT.read());" to this "Serial.write(SeriaBT.read() + 48);" Then I hope you will be able to see the correct numbers.
Good luck!
Thanks so much, I have already received true characters.
@@Электротехникадляпрограммистов
Dear Sir, could you teach me How can I create a string to save one by one byte received into a string. Thanks so much
Hello, is it possible to connect 2 Android devices using the method from the end of the video?
Hello. I didn't try, but I think it is possible.
@@Электротехникадляпрограммистов
Thank you, I'll try and wait for new videos on Xamarin!
Tengo un error con digit
¿Podrías pasarme ese código?
very good 감사합니다.