mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-27 06:35:20 +00:00
11 lines
585 B
Markdown
11 lines
585 B
Markdown
|
# BTstack Port for Windows Systems with Bluetooth Controller connected via Serial Port
|
||
|
|
||
|
The Windows-H4 port uses the native run loop and allows to use Bluetooth Controllers connected via Serial Port.
|
||
|
|
||
|
Make sure to manually reset the Bluetooth Controller before starting any of the examples.
|
||
|
|
||
|
When 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:
|
||
|
|
||
|
$ winpty ./hfp_hf_demo.exe
|
||
|
|