AT Command to send UART Data to a TCP server

Is there an AT command to continuously send UART data to TCP server at a regular intervals.
If no, can this be achieved with ThreadX DAM Programs

Hi Vinay
Could you help tell us more information about the continuously send data to TCP server. Could you use the transparent transmission to have a try to confirm whether it can meet your application.

Hi Abner,

I have a Arduino Board connected to Serial Port (Com 1) of Quectel BG96 EVB Kit.
Arduino board is sending a sensor data over its serial port every 2 seconds.

I want BG96 to recieve this serial data from Arduino board and publish it to a MQTT Server.

AT commands that i know of only helps me publish manual console data to MQTT Server, However i am looking for a ThreadX program which can help in BG96 to recieve this serial data from Arduino board and publish it to a MQTT Server every 2 seconds

Hello Vinay,

Were you able to find a way to get the serial data being sent to the Com 1 of EVB Kit. I am trying to get it work with interfacing a raspberry Pi to the Quectel board using USB to RS232 converter.
I tried using one of the example programs of uart usage to receive the data, but didnt work.

Please post if you have some more information.

Thanks