2020-03-19 12:28 AM
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 ?
Solved! Go to Solution.
2020-03-23 08:09 AM
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
2020-03-23 08:09 AM
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
2020-03-25 03:26 AM
Thanks a lot~!!