Host: CCS Version 6.2.0.00050 running on Win7 64 bit
Target: MSP-EXP430FR5994 LaunchPad
There are other questions on the forum about back channel latency, but I don't think they are about the same issue.
I am using the backchannel UART to interactively poke at my program running on the MSP430 target. The backchannel is a virtual COM port provided over USB. When I look at the Driver Properties it shows me
MSP Application UART1 (COM6)
Driver Provider: Texas Instruments
Driver Date: 27/10/2016
Driver Version: 1.6.0.0
If I look at the Driver Details from that dialog box, I see
Provider: Microsoft Corporation
File version: 6.1.7601.18247 (win7sp1_gdr.130828-1532)
So it's not entirely clear whether it is a TI or Microsoft driver.
My terminal program is PuTTy and I'm using very mild settings of 9600 baud. The virtual UART functions happily in both directions, BUT there is about a 1s lag in character echo. It's the same if I use the CCS terminal window. This could be latency in the USB driver on the host or it could be in the target emulator processing loop.
I can't find any latency settings in the host driver configuration. Is there anything I can do to cut this latency other than moving to an external FTDI?
- Mark