'enable notification BLE (PyCharm)

i tried to notify the device but the problem is that nothing is printed in my console when using this function:

def callback(sender: int, data: bytearray):                                                                           
    print("{0}: {1}".format(sender, data))

in the main program i used start_notify method

await client.start_notify(chrc, callback)

I'm asking, does anybody have a idea how to print the data



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source