2022-07-26 06:03 PM
Hi,
I want to connect a display powered by TouchGFX to a PC via usb-c. Is it possible to allow internet connectivity for a GUI widget via the usb-c connection to the host PC?
Thanks!
Solved! Go to Solution.
2022-07-29 03:25 PM
2022-07-27 09:15 AM
TouchGFX dont have prepared widget , but your code can use internet your way.
2022-07-29 12:45 PM
How would the widget connect to the internet? does the board require its own TCP/IP stack chip? or is there a way todo like REST API calls or some other way to communicate over the internet?
Just trying to figure out if there is some pre-existing infrastructure that I can use or if it would need to be coded from scratch. or require some external hardware
Thanks!
2022-07-29 03:25 PM
2022-07-29 04:58 PM
that looks like what I'm looking for, i'll look more into it. Thanks!
2022-07-31 04:01 AM
Why not board or STM with ethernet ? Is more simple as USB C
2022-08-09 08:30 PM
The usecase I have will only have a usb-c port as its interface, so having a full ethernet port would be a lot easier but wouldn't fit in the overall design
2022-08-10 07:19 AM
Then yes STM have in USB CDC ECM and NDIS... Examples on github