|
Post by srf461 on Jul 5, 2022 3:10:22 GMT
I am trying to find a way to query a SIM7600 with regard to its network connection status. There is an LED on the module that flashes at two different rates depending on (as I understand it) whether it is operating on 3g or 4g. However, I don't see any AT commands that allow someone to query the part. AT+CREG and AT+CGREG appear to be related to registration status, not connection status.
Thank you...
|
|
|
Post by Botletics on Jul 5, 2022 12:37:50 GMT
If you're trying to get more details regarding the type of connection, use "AT+CPSI?". If you're trying to see if data connection is ready, use "AT+CNACT?"
|
|
|
Post by srf461 on Jul 5, 2022 13:10:45 GMT
I'm trying to see if/when the connection is ready after application of power to the module. Thank you very much!
|
|
|
Post by Botletics on Jul 5, 2022 13:16:35 GMT
Then just use AT+CGREG?
|
|