How to read MFD printer fiscal hard disk files

4

Is there any way to read MFD fiscal printer files on the hard drive?

These files are binary is there any way to read binary files and save with txt?

Printer : BEMATECH MP-2100 FI

    
asked by anonymous 24.11.2014 / 21:22

1 answer

3

If you do not want to develop this solution follow this tutorial: Capturing the MFD and generating the document mirror by WINMFD2

ToolDownload: WinMFD2 Installer

Short Tutorial:

  • Select the source file (.MFD file);
  • Select the destination file;
  • Type of report, options being formats:

    • Text File (* .txt);
    • Formatted Text File (* .rtf);
    • Data File (* .mdb); or
    • XML file (* .xml).
  • Download Type:

    • Total
    • By Date
    • By COO (Operation Order Counter)
  • If you want to develop your own solution:

    Use the ACBrFramework , an Interop already known project ACBr. This framework encapsulates various operations with multiple fiscal printers. Source code and examples available for C #, VB.NET, etc: Here

        
    25.11.2014 / 15:01