Hello,
I have tried using the library with Python 3.11 and NVDA 2023.3.
Here is a snippet of code:
`import accessible_output2.outputs.auto
message=accessible_output2.outputs.auto.Auto()
message.output("Test de vocalisationn")`
When I run this code, NVDA does pronounce the message correctly, but the braille display does not show it.
I tried using the braille function, but even there the message is not displayed.