I am trying to run one of the example programs (compdcm_mpu9150) in Code Composer Studio. I've figured out that I need a terminal (View->Other->Terminal) to see the output from UARTprintf but I'm not seeing anything in the terminal. I notice that the Stellaris Virtual Serial Port is on COM4. Might this have some impact? Is there a code change that needs to be done to reflect this (UARTStdioConfig(0, 115200, 16000000) ?)? I'm stumped.