defines are set in concrete when your program is compiled ,they cannot be used to alter precompiled code at all '
if you wish to change parity or bit length on the fly you will need to write your own version of hserin/hserout
before you ask2.3 DEFINEs
The DEFINE keyword in PBP is used to set parameters for compilation and
assembly. This should not be confused with #DEFINE, which is used for
conditional compilation. Further explanation of DEFINE and how it works can be
found at the end of this section.
The #DEFINE directive creates a compile-time constant and, optionally, assigns a
value to the constant.
Bookmarks