Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 134A2200C73 for ; Wed, 26 Apr 2017 02:51:17 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 121B9160BBB; Wed, 26 Apr 2017 00:51:17 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5DF25160BBA for ; Wed, 26 Apr 2017 02:51:16 +0200 (CEST) Received: (qmail 1774 invoked by uid 500); 26 Apr 2017 00:51:15 -0000 Mailing-List: contact commits-help@mynewt.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mynewt.incubator.apache.org Delivered-To: mailing list commits@mynewt.incubator.apache.org Received: (qmail 1764 invoked by uid 99); 26 Apr 2017 00:51:15 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Apr 2017 00:51:15 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 077101B0392 for ; Wed, 26 Apr 2017 00:51:15 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.221 X-Spam-Level: X-Spam-Status: No, score=-4.221 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 6OOFhsy3I3Ro for ; Wed, 26 Apr 2017 00:51:14 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 6210A5FC91 for ; Wed, 26 Apr 2017 00:51:13 +0000 (UTC) Received: (qmail 1363 invoked by uid 99); 26 Apr 2017 00:51:12 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Apr 2017 00:51:12 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AD766DFF66; Wed, 26 Apr 2017 00:51:12 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aditi@apache.org To: commits@mynewt.incubator.apache.org Date: Wed, 26 Apr 2017 00:51:20 -0000 Message-Id: In-Reply-To: <04fd45630e0742ec97e96e90777b0854@git.apache.org> References: <04fd45630e0742ec97e96e90777b0854@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [09/12] incubator-mynewt-site git commit: clarified baud rate config in the blehci tutorial archived-at: Wed, 26 Apr 2017 00:51:17 -0000 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 Authored: Tue Apr 25 13:49:43 2017 -0700 Committer: aditihilbert 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.