cancel
Showing results for 
Search instead for 
Did you mean: 

touch designer Interface with computer

Breeze1
Associate III

Now we have a problem, our stm32 device board is delayed.Now we only can develop our UI on touch designer simulator. But we want to test our software of communication layer, using the serial port or TCP/IP port in one computer with the same port in another computer.How can I do? I read the API Document in the installed path of touch designer, but find nothing ,only HAL? But it seems to have nothing to do with communication. Or I have to add c++ lib ?

1 ACCEPTED SOLUTION

Accepted Solutions
Alexandre RENOUX
Principal

Hello,

TouchGFX is meant to create GUIs, there is no embedded lib regarding TCP/IP communication. This is something you will have to add yourself and implement along side your Graphical interface.

/Alexandre

View solution in original post

2 REPLIES 2
Alexandre RENOUX
Principal

Hello,

TouchGFX is meant to create GUIs, there is no embedded lib regarding TCP/IP communication. This is something you will have to add yourself and implement along side your Graphical interface.

/Alexandre

Thanks a lot~!!