Hi,
I am very new for TI's Microcontrollers. So my question is basic and sounds stupid, but I really need to solve the problem.
Please kindly help me with your knowledge.
I am working as a manager of developer team, but I am not familiar to MCU at all.
And my team is trying to make a TCP client on TM4C123GH. But they are also not familiar to this MCU as well.
The server needs us to connect socket. And our board has a module to connect LTE network.
By using command ATD, we have confirmed that the module connects to internet.
However, we don't have enough knowledge to send data to server after connecting to internet.
So I would like to give my team some idea or advice.
My question is what we should write to send data to the server.
The LTE module has TCP/IP stack so we don't need to have the TCP/IP protocol stack on TM4C.
And the program sends data to the module via UART.
1) How can we create a socket?
2) How can we send data?
As I am not expert for this, so hopefully I can have some sample code.
Sorry for my low level question.
Best regards,
Kazu