I previously asked a question, but it was a bit unclear.
If I have this line of data:
52, 123, 0, ./commands/command_fw_update.c, "Testing String"
52, 123, 0, ./commands/command_fw_updat2e.c, "Testing String2"
How can I convert this data into a .bin file, then read back in the data from the bin file as a string?