Hi,
I need to upgrade the firmware for EC200U module. Below is the current version details.
Can you share the latest firmware for this?
ATI
Quectel
EC200U
Revision: EC200UCNAAR02A13M08
Best regards
Henry
Hi,
I need to upgrade the firmware for EC200U module. Below is the current version details.
Can you share the latest firmware for this?
ATI
Quectel
EC200U
Revision: EC200UCNAAR02A13M08
Best regards
Henry
Thanks a lot.
Got it.
Best regards
Henry
Hi,
Please send it last firmware ?
HI,
I have this one : QPY_OCPU_V0003_EC200U_EUAB_FW
I would like command AT.
Hi @leon.bao
>>> import modem
>>> modem.getDevFwVersion()
'EC200UEUABR03A21M08_OCPU_QPY'
>>> import atcmd
>>> resp=bytearray(50)
>>> atcmd.sendSync('ati\r\n',resp,'',20)
0
>>> print(resp)
bytearray(b'Quectel\r\nEC200U\r\nRevision: EC200UEUABR03A21M08_OCP')