* \code
* // Initialize the serial USART driver before first use, with 9600 baud (and no double-speed mode)
* Serial_Init(&USARTD0, 9600, false);
* \code
* // Initialize the serial USART driver before first use, with 9600 baud (and no double-speed mode)
* Serial_Init(&USARTD0, 9600, false);
* // Send a string through the USART
* Serial_TxString(&USARTD0, "Test String\r\n");
* // Send a string through the USART
* Serial_TxString(&USARTD0, "Test String\r\n");