task main()
{
	configureSerialPort(uartOne, uartUserControl);
	setBaudRate(uartOne, baudRate9600);

  sendChar(uartOne, 'A');
}
