EC25-E AT+SENDEX fail

Hi,

i am facing issue in sending the data in TCP Data push mode.
the log is as below

AT+QIOPEN=2,2,“TCP”,“2402:3a80:170a:5bc:d9cf:bf5d:13f0:801b”,60000,0,1

OK

+QIOPEN: 2,0
AT+QISTATE?

+QISTATE: 2,“TCP”,“2402:3A80:170A:5BC:D9CF:BF5D:13F0:801B”,60000,14063,2,2,2,1,“uart1”

OK
AT+QISENDEX=2,“@bÛREI00045W 

’ö¹ïc1óíI—
›ëÚ\Å&ŠÄx²TË7ØÝBݬ—g1ï3ÂÚ‰Ûºê¾R6¥V`RùÃ¼ £•-YŠc;pŽfã<Δ

ERROR

please suggest the solution for the issue.

hi,sandesh.h
QISENDEX is used to send hexadecimal string data. If you are sending data that is not a hexadecimal string data, I recommend using the QISEND at command.

Hi

I am sending the hexadecimal data only. So i went with AT+SENDEX.
And with AT+SEND also i am getting ERROR.

AT+QIOPEN=2,2,“TCP”,“2402:3a80:170a:601:d9cf:bf5d:13f0:801b”,60000,0,1

OK

+QIOPEN: 2,0
AT+QISTATE?

+QISTATE: 1,“TCP LISTENER”,“2402:3A80:170A:602:0:55:7575:2201”,0,6000,3,1,1,0,“uart1”
+QISTATE: 2,“TCP”,“2402:3A80:170A:601:D9CF:BF5D:13F0:801B”,60000,8796,2,2,2,1,“uart1”

OK
AT+QISEND=2,106@bÛREI00045W 

’ö¹ïc1ð÷F—›ëÚ\Å&ŠÄx²TË7ØÝBݬ—g1ï3ÂÚ‰Ûºê¿H*ªV`RùÃ¼ £•-YŠc;pŽfã<Î

ERROR

With this also i am facing the same issue.

hi,sandesh.h
This error indicates that the connection is not established, abnormal disconnection, or incorrect parameters.
I pinged your server address to test that it is abnormal.
I suggest you check that your TCP server is working properly;Or tomorrow I can provide our TCP server for you to test.

Hi was a solution to this issue found? If so what was it? thank you