My BC95-G can send command “AT+NSOST=0,“google.com”,20000,2,1122” just fine its return OK an i received for the server side but for the BC95-GV I’m unable to send its keep return error.Then I tried to use “AT+NSOST=0,8.8.8.8,20000,2,1122” its work just fine.Is it anyway to use hostname instead of the IP address for my new BC95-GV?
Sorry to reply lately.
After run its shown an OK ( +CGATT:1 )
But still after sending the UDP message still the board reply ERROR.
Command that I sent:
AT+CSCON=1
AT+NSOCR=DGRAM,17,5690,1
AT+NSOST=0,My server hostname,20001,2,1122
Is this command require server ip?
also after run still shown an error.
Is it a problems with the firmware?
. AT+QIDNSCFG=8.8.8.8,223.5.5.5
OK
AT+QDNS=0,“My server hostname”
ERROR
AT+NSOCL=0
ERROR
AT+NSOCR=DGRAM,17,0,1
0
OK
AT+NSOST=0,server ip,20001,2,1122
ERROR
I already replaced the server name with my domain name already and still its shown an error.
For BC95-G (BC95GJBR02A03)
this 2 command work just find
AT+NSOCR=DGRAM,17,5690,1
AT+NSOST=0,My server hostname,20001,2,1122