Tool/software: Code Composer Studio
Hi
My code is simple peripheral
I want to send and receive data to PC.
I wrote these codes in periodic task:
SimpleProfile_SetParameter( SIMPLEPROFILE_CHAR4, sizeof(uint8), &valueToread);
SimpleProfile_GetParameter( SIMPLEPROFILE_CHAR1, &valueTowrite);
Then I could see the data sent in my phone. Now I want to see this in my PC, too. But Ter Term and puTTy do not show the data.
Do I need to write some other codes? (What code?) Or install another Terminal? What should I do?

