use“import modem modem.getDevFwVersion()” Check the version name,and then give it back to me
For the instructions for the use of quecgnss, since it has not been officially launched, it is only briefly described as follows:
import quecgnss
quecgnss.init()
quecgnss.gnssEnable(1) # Turn GNSS on and off. 1 means on, 0 means off, and quecgnss. Init() is on by default after execution. This sentence is optional
quecgnss.read(2048) #Read data. The parameter is the number of bytes read each time