cancel
Showing results for 
Search instead for 
Did you mean: 

How SPC5Studio print a debug message on CONSOLE window, not send message on serail port?

270284440
Associate III
Posted on March 20, 2018 at 06:46

Does SPC5studio support print debug message on CONSOLE window by coding, not print message on serial port?

1 ACCEPTED SOLUTION

Accepted Solutions
Erwan YVIN
ST Employee
Posted on March 20, 2018 at 09:35

Hello Chu ,

Yes , you can install an other plugin to communicate with Serial Port

https://marketplace.eclipse.org/content/tm-terminal

 

it is working well .. we are using it in our automatic test bench.

  Best regards

                  Erwan

View solution in original post

2 REPLIES 2
Erwan YVIN
ST Employee
Posted on March 20, 2018 at 09:35

Hello Chu ,

Yes , you can install an other plugin to communicate with Serial Port

https://marketplace.eclipse.org/content/tm-terminal

 

it is working well .. we are using it in our automatic test bench.

  Best regards

                  Erwan

Posted on March 21, 2018 at 04:20

thanks, Erwan

A further question, after installed TM terminal. how to print message on it ?

by call function printf()?