Skip to main content
florian239955_st
Associate III
January 17, 2016
Question

Http Get: Binary File --> 0x00 will be translated to 0x20

  • January 17, 2016
  • 2 replies
  • 550 views
Posted on January 17, 2016 at 19:07

Hi (Gerry),

if I download a file via HTTPGET command, the content of the file is changed by the wifi module. The file contains 0x00 data. The wifi module translates this into 0x20.

Can anybody tell me how to fix this?

Thx & cheers,

Flow
    This topic has been closed for replies.

    2 replies

    Gerardo GALLUCCI
    ST Employee
    January 18, 2016
    Posted on January 18, 2016 at 08:23

    Hi Flow,

    I downloaded a file containing 0x00, and I saw 0x00 on the UART.

    Can I have a link for HTTPGET to test your issue?

    j

    florian239955_st
    Associate III
    January 18, 2016
    Posted on January 18, 2016 at 09:01

    Hi Jerry,

    many thanks for your quick response.

    Sorry, sorry, sorry - I found the mistake. I checked the file I want provide you. I edited the file with an editor. The editor translated all 0x00 to 0x20 (blank). My stupid fault...

    Cheers,

    Flow