Skip to main content
Breeze1
Associate III
March 19, 2020
Solved

touch designer Interface with computer

  • March 19, 2020
  • 2 replies
  • 1020 views

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 ?

This topic has been closed for replies.
Best answer by Alexandre RENOUX

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

2 replies

Alexandre RENOUX
Alexandre RENOUXBest answer
Visitor II
March 23, 2020

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

Breeze1
Breeze1Author
Associate III
March 25, 2020

Thanks a lot~!!