Part Number: TMS320F28P650DK
Other Parts Discussed in Thread: C2000WARE, SYSCONFIG
Hi
I am currently working with the usb_ex1_dev_serial example project provided for the F28P65x ControlCARD.
As I understand, this example demonstrates the use of the Communication Device Class (CDC) to implement a virtual communication port.
The USB is enumerated as a virtual COM port, and the example is intended to show data transmission and reception through another SCI port on the device.
However, when I connect to the virtual COM port using Tera Term on my PC, I notice that entering any value does not produce any response or change.
My goal is the following :
Use the USB port as a CDC serial port.
Transmit data from the device to the host computer so that it can be displayed in Tera Term (or another terminal).
Ensure that any value entered in Tera Term is sent back to the device and then output through SCIA.
Could you please advise me on how to achieve this functionality? Specifically, I would appreciate guidance on any additional configuration or code modifications required to enable bidirectional communication between the USB CDC port and SCIA.
Thank you very much for your support.
Best regards,
sjkim

