Search code examples
c#printingthermal-printeropos

Printers with nonexistent OPOS drivers


I am developing a POS using OPOS for printing (in c#), so far I have only found that Epson has a tool for installing OPOS for any of its models, but I haven't found any driver or tool to install OPOS for any other printer brand (For example: Ec Line 80320). My question is: What can I do to make a printer work with OPOS if the drivers do not exist?


Solution

  • OPOS Control is tightly coupled with hardware, and OPOS Control across vendors will not exist.

    If you need to use hardware that does not have OPOS Control, give up OPOS and use it in the way provided by that vendor.
    If you are ECLine 80320 in your example, you will use the Windows standard printing API.

    If your application is already completed as using OPOS, please change to hardware supporting OPOS.

    You can save system construction time by either of the above methods.