clarified baud rate config in the blehci tutorial This closes #174.
Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/a60c6fd7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/a60c6fd7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/a60c6fd7 Branch: refs/heads/develop Commit: a60c6fd78eb74ffad1a73f954a0fa6ae01eb4994 Parents: e991d47 Author: aditihilbert <[email protected]> Authored: Tue Apr 25 13:49:43 2017 -0700 Committer: aditihilbert <[email protected]> Committed: Tue Apr 25 13:57:29 2017 -0700 ---------------------------------------------------------------------- docs/os/tutorials/blehci_project.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/a60c6fd7/docs/os/tutorials/blehci_project.md ---------------------------------------------------------------------- diff --git a/docs/os/tutorials/blehci_project.md b/docs/os/tutorials/blehci_project.md index 173ec66..7bf43af 100644 --- a/docs/os/tutorials/blehci_project.md +++ b/docs/os/tutorials/blehci_project.md @@ -161,7 +161,7 @@ Switched line discipline from 0 to 15 Device index 1 attached ``` -The baud rate can be configured by overriding the default value of 1000000 in the `net/nimble/transport/uart/syscfg.yml`. Settings can be overriden by a higher priority package such as the application. So, for example, you may set the `BLE_HCI_UART_BAUD` to a different value in `apps/blehci/syscfg.yml`. +The baud rate used to connect to the controller may be changed by overriding the default value of 1000000 in the `net/nimble/transport/uart/syscfg.yml`. Settings in the serial transport `syscfg.yml` file can be overridden by a higher priority package such as the application. So, for example, you may set the `BLE_HCI_UART_BAUD` to a different value in `apps/blehci/syscfg.yml`. If there is no CTS/RTS lines present in the test environment, flow control should be turned off. This can be done with -N option for btattach. **Note:** -N option came with BlueZ ver 5.44.
