xref: /btstack/port/windows-h4/README.md (revision 7dc86dfd3569d69491d87d64749fd45afb46c67a)
1# BTstack Port for Windows Systems with Bluetooth Controller connected via Serial Port
2
3The Windows-H4 port uses the native run loop and allows to use Bluetooth Controllers connected via Serial Port.
4
5Make sure to manually reset the Bluetooth Controller before starting any of the examples.
6
7When running the examples in the MSYS2 shell, the console input (via btstack_stdin_support) doesn't work. It works in the older MSYS and also the regular CMD.exe environment. Another option is to install WinPTY and then start the example via WinPTY like this:
8
9    $ winpty ./hfp_hf_demo.exe
10
11