I want to burn the 16f88 with my PicKit2 burner, but it will not read the hex file. I have found some other files from TK and they also could not be read. What seems to be the problem? Is the format not right?
Yeah there is a small problem with the file. Remove the blank lines. Then it will be fine.
Open it in notepad++ and use Edit>Line Operations> Remove empty lines. Or if you are handy with linux/osx then awk is your friend.
Hi Shuriken, i have removed the empty line at the end, but it is not good. I still get the message Error reading Hex file. I have downloaded it from the IIC page.
Or if someone else knows what to do please reply.
He clearly said “remove the empty lines” - I read from that that he does not refer to the last line exclusively…
What ilmenator said :whistle:
The only empty line was the last line so i only was able to remove that one and it did not have any result.
Maybe in notepad. But in notepad++ you will see it contains more.
You were quite right Shuriken, in Notepad++ there is between every line an extra line. Thanks a lot.