Plugin.BluetoothClassic for Xamarin. Intro

Поділитися
Вставка
  • Опубліковано 11 січ 2025

КОМЕНТАРІ • 19

  • @theadamplus3627
    @theadamplus3627 8 місяців тому

    У соединения Managed connection нет метода resive? Или быть может я не понимаю как получать данные именно при помощи этого соединения.

  • @ntrungtruc2005
    @ntrungtruc2005 2 роки тому

    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.

  • @ntrungtruc2005
    @ntrungtruc2005 2 роки тому

    Dear Sir, andruino can not receive true characters from xamarin classic, can you help me . Thanks so much

    • @Электротехникадляпрограммистов
      @Электротехникадляпрограммистов  2 роки тому

      Hello. And what it receives? Show me please Xamarin/Arduino code and bug report.

    • @ntrungtruc2005
      @ntrungtruc2005 2 роки тому

      Dear Sir, I use ESP32 with simple bluetooth for test. Could you guide me.
      ua-cam.com/video/_EzV9gYFVPA/v-deo.html​@@Электротехникадляпрограммистов

    • @Электротехникадляпрограммистов
      @Электротехникадляпрограммистов  2 роки тому

      @@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!

    • @ntrungtruc2005
      @ntrungtruc2005 2 роки тому

      Thanks so much, I have already received true characters.
      @@Электротехникадляпрограммистов

    • @ntrungtruc2005
      @ntrungtruc2005 2 роки тому

      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

  • @muhammadauturi1545
    @muhammadauturi1545 2 роки тому

    Hello, is it possible to connect 2 Android devices using the method from the end of the video?

  • @danielleijarobledo6864
    @danielleijarobledo6864 3 роки тому

    Tengo un error con digit

  • @danielleijarobledo6864
    @danielleijarobledo6864 3 роки тому

    ¿Podrías pasarme ese código?

  • @gwisekor
    @gwisekor 2 роки тому

    very good 감사합니다.