This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Problems with hardware handshake to TUSB3410

Other Parts Discussed in Thread: TUSB3410

I'm using a TUSB3410 to interface between an MSP430 device and a PC running Win 7 x64.  The PC application is coded in c# using the SerialPort class, 115200 baud, 8/N/1 and hardware handshake, raising the SerialPort.DataReceived event to get data.  I am using the latest VCP drivers (3.3).  What I am seeing is when transferring large quantities of data is that the RTS line from the TUSB3410 goes high to indicate that the input buffer is nearly full - but then the RTS line never goes low again to restart data transfer.  So the data transfer process stalls and never gets going again.  Can anyone explain why this is happening and how to fix it?