Hey I will try,
The AT commands for the BC660K are documented in a file named Quectel_BC660K-GL_TCP(IP)_Application_Note_V1.0.pdf.
The ping command is the same with BC66 but I used the wrong contextID. This worked for me:
AT+QPING=0,“x.x.x.x”
If you want DNS resolution, you have to configure it first, read the docs at chapter 2.3.8. I didnt try that myself.
The QIOPEN command is different to BC66, best to read the docs but this worked for me:
AT+QIOPEN=0,0,“UDP”,“x.x.x.x”,15683,1001,1
Hope this helps
Daniel