Hi guys.
I am testing out the GE863 module now and i connected it for testing to a Basic Stamp
This is the first time i am working with this modules and i need a bit of help understanding the commands.
Now when i turn on the device all i get is the status LED flashing (as if searching for network) but i can’t seem to get anything else out of it.
Explain to me please what should the command look like if the datasheet says:
AT (Does this mean : serout pin,speed,[“AT”,13]?)
AT+IPR= (Does this mean : serout pin,speed,[“AT+IPR=9600”,13]) ?
or the command: AT+CPIN=****
shoudl it look like : serout pin,speed,[“AT+CPIN=1234”,13] ?
Please explain to me how my data should look like and in what format should i send it.