Address Detect Transmit
The following procedure is used to transmit in Address Detect mode:
- Configure the UART for asynchronous transmit as detailed in Asynchronous Transmit
            with the MODE[3:0] bits set to ‘
0b0100’. - If a Break is desired, write a ‘
1’ to SENDB (UxCON[8]). - Write the address value to Parameter 1.
- If SENDB = 
0, the contents of Parameter 1 will be transmitted with the ninth bit set. - If SENDB = 
1, a Break will be transmitted, followed by the contents of Parameter 1 with the ninth bit set. 
 - If SENDB = 
 - Write data to be transmitted to the UxTXB register.
 
