Tool/software:
Hello ^^,
I just made a python program who reads the dataflash. Everything is running correctly except "Device Name". Here is what I got when reading it
0b000001110011101100000000000000000000000000000000000000001000011100010100110100101111111110000111
in hexa: [7, 59, 0, 0, 0, 0, 0, 135, 20, 210, 255, 135]
and the ASCII representation (with dots non printable characters) : .;..........
and what I am suppose to get : "GP30974"
I am using this exel doc to run my program
Can you help me with this?