/* -------------------------------------------------------------------------- */ 
/* -                   Optec Filter Wheel Header File                       - */ 
/* -------------------------------------------------------------------------- */ 
/*                                                                            */ 
/* Copyright 2011  John Kielkopf                                              */ 
/* kielkopf@louisville.edu                                                    */ 
/*                                                                            */ 
/* This file is part of XmCCD.                                                */ 
/*                                                                            */ 
/*                                                                            */ 
/* XmCCD is free software: you can redistribute it and/or modify              */ 
/* it under the terms of the GNU General Public License as published by       */ 
/* the Free Software Foundation, either version 3 of the License, or          */ 
/* (at your option) any later version.                                        */ 
/*                                                                            */ 
/* XmCCD is distributed in the hope that it will be useful,                   */ 
/* but WITHOUT ANY WARRANTY; without even the implied warranty of             */ 
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the              */ 
/* GNU General Public License for more details.                               */ 
/*                                                                            */ 
/*                                                                            */ 
/* Date: August 1, 2011                                                       */ 
/* Version: 1.1                                                               */ 
                                                                         
/* Serial port for filter wheel */

/* Use this example for a USB-serial converter */

/* #define FILTER_PORT "/dev/ttyUSB0" */

#define FILTER_PORT "/dev/ttyS5"

/* Use this example for a hardware serial port */
/* Hint: use dmesg and look for serial ports */

/* #define FILTER_PORT "/dev/ttyS4" */

/* Maximum number of filters in the wheel */

#define FILTER_MAX 6

