Hi, I am sending text string from a PC connected to one S6B module to other two different receiving S6B modules, A and B, one after each other.
In order to sequentially switch IP destination address in the module connected to the PC, I send this:
- “+++”
- ATDLipaddress of the receiver A
- “ATCN”
- “Message for the receiver A”
- Pause(2 seconds)
- “+++”
- ATDLipaddress of the receiver B
- “ATCN”
- “Message for the receiver B”
… and so on…
I noticed that if I don’t wait 2 seconds -point 5)- the second “+++” sequence is sent as a message to the receiver A instead of an AT command for the transmitter module. Is there any reason why this happen? I want to remove this wait because it really slows the overall system. I looked for explanation in the manual but I couldn’t find anything. Any ideas? I don’t know which other info you might need for answering my question, but I’d be more than happy to give you more details.