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>
This commit is contained in:
Dirk Hohndel 2013-02-16 22:16:30 -08:00
parent 3ef8e7c246
commit eabb2d117b

View file

@ -397,12 +397,13 @@ Clicking OK on the dialog stores these settings.
How to find the Device Name How to find the Device Name
--------------------------- ---------------------------
When you connect your divecomputer by using an USB connector, most of the When you connect your divecomputer by using an USB connector, usually
time, the default of '/dev/ttyUSB0' should work. But if you have other Subsurface will propose a drop down list that contains the correct
Serial to USB devices, this can be different because '/dev/ttyUSB0' is device name (or mount point for the Uemis Zurich). In the rare cases
already in use. 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 - Disconnect your USB cable of your dive computer
- Open a terminal - 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 the import settings as '/dev/ttyUSB3'. Your divecomputer interface is
connected and you should be able to import your dives. 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]] [[S_ImportingDivesJDivelog]]
Importing dives from JDivelog Importing dives from JDivelog
----------------------------- -----------------------------