Hey Maettu, Thanks for the suggestion, this worked perfectly! -Mark
This seems silly, but I just want to receive a binary file from the serial port. The formatter seems to want to make the resulting file ASCII Representation of the hex. What I want is actual binary output file (.bin). Something that I would need HxD editor to open, NOT Notepad++. Is this possible? I could convert my output (from the microcontroller) to iHex, but that seems silly to convert it twice (to iHex internally and back to .bin on PC).