Seeli Powlin
Newbie level 6
Hi, currently i am working on the cdma module.
I am very new to this module.
I need to send a data from cdma module to server using TCP.
For eg:
I have to use the below procedure for that particular command
(I have to Check what software revision is being used:
1. Send command AT+GMR<cr>
2. Wait for response OK
3. Ensure you have a value of “2” in the bold location 18.XX.0XX)
I have stored the AT commands to be used in a pointer. Eg: unsigned char *sftrev_cmd="AT+GMR";
After that i wrote some UART-Write(sftrev_cmd); function to send the command.
Now i have to wait for response ok and then i have to check the value 2 in that location.
Do i need to write the codes for the step 2 and 3 also?
Please help me with some suggestions.
I am very new to this cellular module.
Thank you.
I am very new to this module.
I need to send a data from cdma module to server using TCP.
For eg:
I have to use the below procedure for that particular command
(I have to Check what software revision is being used:
1. Send command AT+GMR<cr>
2. Wait for response OK
3. Ensure you have a value of “2” in the bold location 18.XX.0XX)
I have stored the AT commands to be used in a pointer. Eg: unsigned char *sftrev_cmd="AT+GMR";
After that i wrote some UART-Write(sftrev_cmd); function to send the command.
Now i have to wait for response ok and then i have to check the value 2 in that location.
Do i need to write the codes for the step 2 and 3 also?
Please help me with some suggestions.
I am very new to this cellular module.
Thank you.