The SER2_ODD define only changes the way the parity works for SERIN/OUT2. (EVEN or ODD)
To select parity mode, you use bit 13 of the mode number. 1=parity, 0=noparity.
So, if the parity is not turned on for that specific SEROUT2 statement, the SER2_ODD define will not have any effect.
Bookmarks