EC200U Firmware Upgrade required

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 @hbd2k2in
Please give your e-mail and i will send the firmware to you.

Please send it to below id:
hbd2k2in@gmail.com

Hi @hbd2k2in
Send it to you,pls chk.

Thanks a lot.

Got it.

Best regards
Henry

Hi,

Please send it last firmware ?

Hi,@Aldric
Could you tell me your current firmware version?

HI,

I have this one : QPY_OCPU_V0003_EC200U_EUAB_FW
I would like command AT.

Hi,@Aldric
You can use the ATI command to query the current firmware version.

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')

Hi,@Aldric
After checking, your current firmware version is already the latest one.