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.

CCS: SERIAL PORT CONNECTION

Other Parts Discussed in Thread: TMS320F28027, CONTROLSUITE

Tool/software: Code Composer Studio

I want to build serial port connection for C2000 Launchpad TMS320F28027 microcontroller via C# interface.

I am using Code Composer Studio for the device programming.

I have already created the C# interface but I dont know how to read to from the Device. 

Also, I want to control the led pins from the interface.

How can I achieve my goals ? 

Waiting for help

  • Hi,

    BURAK AYDIN said:
    I want to build serial port connection for C2000 Launchpad TMS320F28027 microcontroller via C# interface.

    Its pretty simple. The first step being, you need to download controlSuite. For Serial communication you need to navigate to and build upon:

    C:\ti\controlSUITE\device_support\f2802x\v230\f2802x_examples_structs\sci_echoback

    BURAK AYDIN said:
    Also, I want to control the led pins from the interface.

    For this you can refer this example:

    C:\ti\controlSUITE\device_support\f2802x\v230\f2802x_examples_structs\gpio_toggle

    Regards,

    Gautam

  • hi ,

    First of all, thank you for answer. However, I have still problems.

    I have no rs232 to usb convertor, so I tried to create virtual port but how can I configure it ?

    Also, I debug sci_echoback to the device but I am not able to receive data from device?