Burning 16f88

Okay,

I was burning a 16f88 and it’s not working. Adjusted to about 13.17v. I’m using PBrennerNG, it detects the PIC and the program gives me an error when I try to load the Hex file.

“fehler bei bereichsprufung”

Can anyone who speaks german help? I can’t translate anymore than “fehler”=error. Not helpful.

“Bereichspruefung” would be something like “range check”. The whole sentence would then mean “error upon range check”. I don’t know what means, though.

Tried other burning apps?

Could you recommend something? I am not very versed in available apps.

what’s the filename you attempted to open, btw? was it in the zip, or did you make it?

Just the standard pre-compiled IIC hex file. Is there much need in compiling a custom?

This is due to a known bug in PBrennerNG (I already informed Sprut): unix style files without carriage-return control chars won’t be read correctly.

Workaround: open the file with wordpad, do a dummy-modification (e.g. insert/delete a space), and store it again. Wordpad will store the file in DOS style

Best Regards, Thorsten.

For someone who works in PHP regularly, that is a classic error.

Thanks TK.