Send and receive raw (binary) data over UDP sockets in BC660K

I am trying to send/receive some raw (binary) data over UDP socket.

But, looking at BC660K Datasheet, thq QIOPEN … has only the option “1”: Direct Push Mode.
That means, the QIURC: “recv”, will show the in String type.

Is there any way to receive binary data over the UDP socket using the AT interface?

Just found the:

AT+QICFG="dataformat"[,<send_data_format>,<recv_data_format>]

That solves the issue, since I can use hex mode.

yes,you are great!Please come to the forum for further exchanges