| 4 |
- |
1 |
# Serial port where the camera is connected
|
|
|
2 |
## Linux
|
|
|
3 |
port=/dev/ttyS0
|
|
|
4 |
## IRIX
|
|
|
5 |
#port=/dev/ttyd1
|
|
|
6 |
## Solaris
|
|
|
7 |
#port=/dev/term/a
|
|
|
8 |
## HP-UX
|
|
|
9 |
#port=/dev/tty0p0
|
|
|
10 |
## Digital UNIX
|
|
|
11 |
#port=/dev/tty01
|
|
|
12 |
# Max baud rate for download. Camera always starts at 9600 baud, then
|
|
|
13 |
# switches to the higher rate
|
|
|
14 |
## This works for Linux. Also works for IRIX (6.3 or higher), providing that
|
|
|
15 |
## the host is an O2, OCTANE, Origin2000/200, Onyx2, Origin3000/300, Onyx3 or
|
|
|
16 |
## a newer SGI hardware [see serial(7)].
|
|
|
17 |
#baud=115200
|
|
|
18 |
## This works for most UNIX's
|
|
|
19 |
baud=38400
|
|
|
20 |
# Prints some extra information during the init phase. This can be
|
|
|
21 |
# handy, but note that printing anything to stderr breaks the saned
|
|
|
22 |
# network scanning.
|
|
|
23 |
#dumpinquiry
|