1. For 7E1 add the define...

DEFINE HSER_EVEN 1

2. For 7O1 add the define...

DEFINE HSER_ODD 1

3. For 8N1...

Do NOT add any defines


The following additions below are only valid for PBP 2.44 or later...

4. For 8E1...

Define HSER_EVEN 1
Define HSER_BITS 9

5. for 8O1

Define HSER_ODD 1
Define HSER_BITS 9

Note that options 4 & 5 are ONLY available from PBP version 2.44 onwards which added the HSER_BITS 9 define. If you have an older compiler, it's time to get in contact with MeLabs for an upgrade.

Melanie