# Sample INI FILE # --------------------------------- # file: nikonD3Server.ini # author: Eric J Martin # 2014 MBARI # --------------------------------- # SERVER SETTINGS [server] # port is any avaiable tcp port on your machine. port=2020 # currently the code only supports one client maxclients=1 # this is the file name and path for the operating syslog style log. #logfilename="D:\\\data\nikonD3server.log" logfilename="stdout" # CAMERA SETTINGS [camera] # This setting is depr ecated pretrigger=0 # Initial value for image triggering interval. interval=5000 # This prefix should also contain the absolute path for destination # images. The prefix is appended with the trigger time and date as well. fileprefix="D:\\\\data\" # TRIGGER SETTINGS [trigger] # string of the comm port name windows serial only. serialport="COM2" # baudrate in in bps, only standard rates are recognized. baudrate=600 # bits per character: only 6/7/8 bits=8 # parity: string with E/O/N parity="N" # stop bits: 1 or 0 stop=1 # DIGITAL OUT [laserpower] # string of the comm port name windows only. The UART must have handshaking lines. serialport="COM1" # baudrate in in bps, only standard rates are recognized. baudrate=600 # bits per character: only 6/7/8 bits=8 # parity: string with E/O/N parity="N" # stop bits: 1 or 0 stop=1