Jake

Results 43 comments of Jake
trafficstars

Hey @Yoda-6, we already had this in discussions/ideas a while ago: https://github.com/Jakeler/ble-serial/discussions/43 Flow control support would be certainly nice to have, but right now I neither have hardware that supports...

It really should not make a difference, both bluetoothctl and ble-serial/bleak utilize the bluez dbus API. They should send practically the same commands. Is there is specific time when the...

Try to set your custom 247 byte MTU with the argument: ``` -m MTU, --mtu MTU Max. bluetooth packet data size in bytes used for sending (default: 20) ``` In...

Hey, you have to look at Bluetooth 2 (classic / legacy) and version 4+ separately. Serial Port Profile (SPP) is part of the legacy stack. Small embedded devices usually support...

Hey, the only reason to have secure boot off is the serial port emulation with com0com, but ble-serial itself has no hard dependency on it. Microsoft did enforce the requirements...

It should be compatible with python >= 3.5 so for example 3.8. You should not use python 2 anymore, since it is eol.

Thanks, that works. Note that it still does not handle subdirectories and creates empty files. btw: You can add more commits by pushing on your fork/branch, you don't have to...

Looks similar to: https://github.com/Jakeler/ble-serial/issues/99 - does this solve it for you too?

Hi @Wocck, your parameters look correct and it's indeed weird that bleak throws after obviously sending the string. Few ideas: - Are you able to write with bluetothctl (https://stackoverflow.com/a/74080602) on...