Re: 1ère détection réussie Arduino Leonardo sur TI-Nspire CX

You need to search for hex content rather than string content, and IIRC, you should also search for the little-endian version, i.e. 0x5104 and 0xF3BE 
What's more, you should be searching either within the portion of Firebird's memory which contains calculator's RAM image, or you should export said RAM image (64 MB from 0x10000000) to a file, and search inside that.

What's more, you should be searching either within the portion of Firebird's memory which contains calculator's RAM image, or you should export said RAM image (64 MB from 0x10000000) to a file, and search inside that.