I am creating a post processor in Aspire for my Millennium cnc machine from Helios Automazioni as it currently uses its own CAM which is very limited.
I opened a CAM-generated PRG file to get the basics from which to create my post processor and I managed to convert all the gcodes, the only problem is that in the original file there are characters at the end of each instruction that when viewed with Notepad++ result as NULs. I have tried manually inserting NULs at the end of an instruction but apparently it is not accepted.
Is there a way to correctly open PRG files in order to also understand the meaning of these symbols in addition to the gcode?
Are there post processors that insert special symbols at the end of an instruction?