Skip to content

Commit

Permalink
Release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakeler committed Jul 13, 2021
1 parent 324d125 commit 886d29e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,13 +190,16 @@ optional arguments:
BLE host adapter number to use (default: hci0)
-m MTU, --mtu MTU Max. bluetooth packet data size in bytes used for sending (default: 20)
-w WRITE_UUID, --write-uuid WRITE_UUID
The GATT characteristic to write the serial data, you might use "ble-scan -d" to find it out (default: None)
The GATT characteristic to write the serial data, you might use "ble-scan -d" to find it out
(default: None)
-r READ_UUID, --read-uuid READ_UUID
The GATT characteristic to subscribe to notifications to read the serial data (default: None)
--permit {ro,rw,wo} Restrict transfer direction on bluetooth: read only (ro), read+write (rw), write only (wo)
(default: rw)
-l FILENAME, --log FILENAME
Enable optional logging of all bluetooth traffic to file (default: None)
-b, --binary Log data as raw binary, disable transformation to hex. Works only in combination with -l (default: False)

-b, --binary Log data as raw binary, disable transformation to hex. Works only in combination with -l
(default: False)
```
Only the device address is always required:
```console
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name="ble-serial",
version="2.3.0",
version="2.4.0",
author="Jake",
author_email="[email protected]",
description="A package to connect BLE serial adapters",
Expand Down

0 comments on commit 886d29e

Please sign in to comment.