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.

TDC7201-ZAX-EVM: Serial Port Command

Part Number: TDC7201-ZAX-EVM
Other Parts Discussed in Thread: OPT3101, TDC7201

Hellow

I want to control TDC7201-ZAX-EVM through serial port,such as OPT3101EVMDC11's [MSPComportCommandList.txt].

Please show command list.

Hellow

I already install snac068e.zip.

But i can't find ascii command list in the application,such as OPT3101's ascii command.

Please more infomation.

  • Hello,

    The only example code for the TDC7201-ZAX-EVM is in the " TDC720xEVM GUI Installer" (SNAC068) result at:

    "C:\Program Files (x86)\Texas Instruments\TDC720xEVM\Firmware\TDC720xEVM_Firmware_Source-v2.07\code\demo_apps"

    You will find an example for USB communication ( demo2_tdc720x_usb ) and another for a basic R/W  to the TDC7201 device (demo1_tdc720x_basic_rw).

    The serial COM implementation is different from the OPT3101's MSPComportCommandList. You will need to port the TDC720x example code to your custom software to match the OPT3101 code implementation.