-
I need some help. I can't seem to send (or receive) with ble-serial. Setup 1 (Sanity testing, does not involve ble-serial): With setup 1, with serial_bluetooth_terminal on phone, and minicom on PC, I was able to send and receive between the devices. Setup 2: On PC I run ble-serial, and on another terminal, I run minicom. When I try to send even a single letter (ENTER/LF/ This is the
This is what the
I wonder what am I missing to get |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
After further analysis, it was concluded that this is either due to how blueZ work, or more likely, some specific requirement by the device. See hbldh/bleak#1692. For this particular device, unfortunately, I will have to modify the code so as to force a |
Beta Was this translation helpful? Give feedback.
-
Interesting and weird, usually you can pair devices beforehand and it works. What device is it exactly? Looking at your linked analysis/discussion I wonder why it says HC-05, which would be a Bluetooth 2 BR/EDR (classic) module. At the same time the scan result shows a LE profile. Maybe related to #84? |
Beta Was this translation helpful? Give feedback.
After further analysis, it was concluded that this is either due to how blueZ work, or more likely, some specific requirement by the device. See hbldh/bleak#1692. For this particular device, unfortunately, I will have to modify the code so as to force a
pair()
instead of aconnect()
to write and notify.