1# Serial port where the camera is connected
2## Linux
3port=/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
19baud=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
24# How many usec (1,000,000ths of a) between writing the command and reading the
25# result. 125000 seems to be the lowest I could go reliably.
26cmdrespause=125000
27# How many usec (1,000,000ths of a) between sending the "back to default" break
28# sending commands.
29breakpause=1000000;
30