May 12, 2024, 12:46:38 PM

MOD-GSM-EDGE

Started by jonnydedwards, October 21, 2014, 11:23:05 PM

Previous topic - Next topic

jonnydedwards

Hi Guys,
just a quick question about the a20 with the uext MOD-GSM-EDGE board.
Is it possible to use this via python using the pyserial library? If yes, how do I know
if it is working properly?
many thanks in advance,
Jonny Edwards

dave-at-axon

Open a serial port and send AT to it. Sorry, not familiar with Python to explain how to do that.

It will respond with OK if the modem is powered up.

You can then issue other AT commands to check if registered on the network and get signal strength etc.

AT+CREG?

AT+CSQ?