Wiz-IO / platform-quectel

Quectel development platform for PlatformIO
97 stars 42 forks source link

MT6261: Add baudrate change feature #30

Closed ajaybhargav closed 2 years ago

ajaybhargav commented 4 years ago

Based on sniffer data, baudrate change before application upload is added. This will speed up to loading to a great extent. Tested on hardware. Please verify.

Signed-off-by: Ajay Bhargav contact@rickeyworld.info

Wiz-IO commented 4 years ago

I will test with Quectel modules and will merge

BUT this python uploader have a bug: write only 32k ... need to find the problem

Wiz-IO commented 4 years ago

this maybe is wrong... can you check if you have time https://github.com/Wiz-IO/platform-quectel/blob/master/builder/frameworks/MT6261.py#L310

ajaybhargav commented 4 years ago

I will test with Quectel modules and will merge

BUT this python uploader have a bug: write only 32k ... need to find the problem

But I have tested application of size about 65K without issue. I will still check, something else must be wrong.