xref: /btstack/port/windows-h4/README.md (revision c75587468f82e2f5711bc0f0cceb7c8196f66d85)
1*c7558746SMatthias Ringwald# BTstack Port for Windows Systems with Bluetooth Controller connected via Serial Port
2*c7558746SMatthias Ringwald
3*c7558746SMatthias RingwaldThe Windows-H4 port uses the native run loop and allows to use Bluetooth Controllers connected via Serial Port.
4*c7558746SMatthias Ringwald
5*c7558746SMatthias RingwaldMake sure to manually reset the Bluetooth Controller before starting any of the examples.
6*c7558746SMatthias Ringwald
7*c7558746SMatthias RingwaldWhen 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*c7558746SMatthias Ringwald
9*c7558746SMatthias Ringwald    $ winpty ./hfp_hf_demo.exe
10*c7558746SMatthias Ringwald
11