# Timer.txt Customizable settings for timing device
# format:  Description, baud, databits, stopbits, parity, flowcontrol
#
#            DATABITS_5 	5
#            DATABITS_6 	6
#            DATABITS_7 	7
#            DATABITS_8 	8
#            FLOWCONTROL_NONE 	0
#            FLOWCONTROL_RTSCTS_IN 	1
#            FLOWCONTROL_RTSCTS_OUT 	2
#            FLOWCONTROL_XONXOFF_IN 	4
#            FLOWCONTROL_XONXOFF_OUT 	8
#            PARITY_EVEN 	2
#            PARITY_MARK 	3
#            PARITY_NONE 	0
#            PARITY_ODD 	1
#            PARITY_SPACE 	4
#            STOPBITS_1 	1
#            STOPBITS_1_5 	3
#            STOPBITS_2 	2
#            FLOWCONTROL_NONE: no flow control
#            FLOWCONTROL_RTSCTS_IN: RTS/CTS (hardware) flow control for input
#            FLOWCONTROL_RTSCTS_OUT: RTS/CTS (hardware) flow control for output
#            FLOWCONTROL_XONXOFF_IN: XON/XOFF (software) flow control for input
#            FLOWCONTROL_XONXOFF_OUT: XON/XOFF (software) flow control for output 
#
#            PackRacer copyright 2016 Matt Wagner
NewBoldTurbo,1200,7,2,0,0
DerbyMagic,9600,8,1,0,1
