diff options
author | Rick Walsh <rickmwalsh@gmail.com> | 2015-05-25 21:26:58 +1000 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-05-26 12:14:06 -0700 |
commit | ffa6a23590baff7272939fb2819789166ad95f38 (patch) | |
tree | 933f1ec997b8cc64159c2ea43ce149f8807bbf4a /Documentation/user-manual.txt | |
parent | ed57442bf77838a7b3ff8c5c14d053b76499678b (diff) | |
download | subsurface-ffa6a23590baff7272939fb2819789166ad95f38.tar.gz |
Correct default RFCOMM channel in documentation
The default RFCOMM channel is 1, not 0 as previously stated in FAQ and
user manual. This patch corrects it.
Signed-off-by: Rick Walsh <rickmwalsh@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'Documentation/user-manual.txt')
-rw-r--r-- | Documentation/user-manual.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index 349b19a39..f1a58790e 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -3610,12 +3610,12 @@ The command to establish an RFCOMM connection is: - <bdaddr> is the dive computer's MAC address, +00:11:22:33:44:55+ - [channel] is the dive computer's Bluetooth channel we need to connect to. -If one omits it, channel 0 is assumed. Based on a limited number of user reports, +If one omits it, channel 1 is assumed. Based on a limited number of user reports, the appropriate channel for the dive computer is probably: - _Shearwater Petrel 2_: channel 5 -- _Shearwater Petrel 1_: channel 0 -- _Heinrichs-Weikamp OSTC Sport_: channel 0 +- _Shearwater Petrel 1_: channel 1 +- _Heinrichs-Weikamp OSTC Sport_: channel 1 E.g. to connect a _Shearwater Petrel 2_, set the dive computer to upload mode and enter: @@ -3629,7 +3629,7 @@ This gives the response: To connect a _Shearwater Petrel 1+ or + HW OSTC Sport+, set the dive computer to upload mode and enter: sudo rfcomm -i hci0 connect rfcomm0 00:11:22:33:44:55 (enter a password, probably 0000, when prompted) - Connected /dev/rfcomm0 to 00:11:22:33:44:55 on channel 0 + Connected /dev/rfcomm0 to 00:11:22:33:44:55 on channel 1 Press CTRL-C for hangup If the specific channel the dive computer needs is not known, or the channel in the list above doesn't |