I wrote a simple python script to "convert" the values in the .processed log into binary format (so you can open it in an hex editor and do something with it or simply view the text rappresentation of the data). One question, the values in the log are in big endian or little endian format? It should be little endian, but I want to be sure...
(To execute the script, just ./tohex.py asd.processed asd.bin) I also have a cpp version if you want it, but I think that you, Bahattin, should include a similar feature in your code. It can be useful IMHO.
_______________________________________________ Linux4nano-dev mailing list [email protected] https://mail.gna.org/listinfo/linux4nano-dev http://www.linux4nano.org
