Yes I know that...
But I think you didn't understand me...
Let me try to explain again...
Let say that I use define ser2 9 bit, define parity even, and use that for 1. port. For 2. port to use HSERIN,
But then if user want to enable parity on 3. port there is problem...
If I use HSERIN2 I must put DEFINE HSER_BITS 9 that option should be enabled from PC.
So I can't just put If useparity=1 then define hser 9bits etc...
I was thinking if there is define ser2 9 bit, and use mode for 8 bit that it should send 8 bit, but it send 9 bit...