python-intelhex/intelhex

The binary limitation of bin2hex is 4Kbytes.

lu-ym opened this issue · 3 comments

lu-ym commented

Any binary file over 4K will only be transforms the first 4Kbytes. The rest are discard.

lu-ym commented

I think this may be introduced by windows system buffer. Is there any solution or workaround now?

There is no internal limitations in IntelHex library. Can you provide more info and example file?
Your OS version, Python version, IntelHex library version.
Example of input and output file, how do you check result?

lu-ym commented

Sorry, my bad. It is a usage error. I transform a binary to hex while it is still opened by another program.