Hi there,
I've followed the instructions in this post:
http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/162228.aspx
to install Target Management Terminal (3.2.1.R33x) and RXTX (2.1.7.4) into CCS (v5.2). The installation was successful. However when I try to use it to connect to a Serial Port, my output will not appear. Here is what is happening:
1. Connect to COM3 (Stellaris Virtual Serial Port) in the Terminal window
2. Debug CCS application which should write output (using UARTPrintf)
3. No output appears
However if I use Putty or Hyperterminal:
1. Connect to COM3 (Stellaris Virtual Serial Port) in Putty or Hyperterminal
2. Debug CCS application which should write output (using UARTPrintf)
3. Output appears
In all 3 scenario's I'm using the recommended Stellaris settings - baud rate 115200, data bits 8, stop bits 1, parity none, flow control none.
I've checked and when I connect via Terminal I then can't connect via Putty, and vice versa, so I know the terminal is connecting to the port. There is nothing significant in my Eclipse log file - just 'A conflict occurred for ALT+E' relating to bindings, which I don't think could be relevant.
Is there anything I need to do to get the output to appear? Or might the versions I installed be incompatible? If anyone has any ideas or suggestions, they'd be much appreciated!
Thanks,
Emma