diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-02-16 22:16:30 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-02-16 22:16:30 -0800 |
commit | eabb2d117b14d6968a7d3e29f3ba486f64aa2be3 (patch) | |
tree | 70c17a51f133c352d2e5a00c7eee0befad08a618 /Documentation | |
parent | 3ef8e7c246bb58d7a24258fa365919cb9121582a (diff) | |
download | subsurface-eabb2d117b14d6968a7d3e29f3ba486f64aa2be3.tar.gz |
Documentation: update "how to find the Device Name
- mention the improved drop down
- clarify the the explanation is for Linux and give brief intro for
Windows and MacOS
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/user-manual.txt | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index f9bbd42bb..3c91bd8f0 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -397,12 +397,13 @@ Clicking OK on the dialog stores these settings. How to find the Device Name --------------------------- -When you connect your divecomputer by using an USB connector, most of the -time, the default of '/dev/ttyUSB0' should work. But if you have other -Serial to USB devices, this can be different because '/dev/ttyUSB0' is -already in use. +When you connect your divecomputer by using an USB connector, usually +Subsurface will propose a drop down list that contains the correct +device name (or mount point for the Uemis Zurich). In the rare cases +where this doesn't work here are some instructions on ways to find out +what your dive name is: -One of the ways to find out what your dive name is: +.On Linux: - Disconnect your USB cable of your dive computer - Open a terminal @@ -433,6 +434,14 @@ detected and is connected to 'ttyUSB3'. Now you use this information in the import settings as '/dev/ttyUSB3'. Your divecomputer interface is connected and you should be able to import your dives. +.On Windows: + +Simply try COM1, COM2, etc. The drop down list should contain all connected COM devices. + +.On MacOS: + +The drop down box should find all connected divecomputers. + [[S_ImportingDivesJDivelog]] Importing dives from JDivelog ----------------------------- |