Ble Serial Versions Save

"RFCOMM for BLE" a UART over Bluetooth low energy (4+) bridge for Linux, Mac and Windows

v2.7.1

1 year ago

v2.7.0

1 year ago

v2.6.1

1 year ago

v2.6.0

2 years ago
  • Add -s/--service-uuid parameter for service based scanning (#53, #54)
  • Add -i adapter parameter to ble-scan as well
  • Group commandline parameters to make the help text clearer
  • Internal refactoring of ble connect/scan and cli modules

v2.5.0

2 years ago
  • Fix unclean shutdown with bleak 0.13.0 #49
  • Add super verbose (-vv) mode, to make ble debugging easier #50
  • Fix signals (e.g. ctrl-C) on Windows threads ab9a7f03511fecbda0b5f6fa02927c5055171bc6
  • Mark as Python 3.10 compatible

v2.4.1

2 years ago
  • Allow characteristics with indicate property #37

v2.4.0

2 years ago
  • Add --permit parameter to restrict transfer direction, for #36

v2.3.0

2 years ago
  • macOS support #34, #35
  • update bleak, support Python 3.9 on all platforms #31

v2.2.1

2 years ago
  • Add helper scripts for automated connections #11
  • Specify supported python versions #31
  • Fix compatibility with python 3.7 #32

v2.2.0

2 years ago
  • Add -t/--timeout parameter to ble-serial for custom connection timeouts Note: address-type got renamed from -t to -a now
  • Fix timeout in deep scan #30
  • Improved error handling