Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>A quick fix will be to use a pop-up (or possibly an iFrame) of minimal dimensions but this will of course be tacky as far as the user experience, especially if this solution is part of a product/service you are providing to business customers.</p> <p>WIN32 API: The proper way to do this requires some extra work on your end but well worth the time and effort, especially if you take on these types of projects often. Unfortunately it's a much more involved than writing a few lines of code and posting an answer for you.</p> <p>STEP 1) Download the driver and documentation package for that printer. They usually have extensive developer documentation precisely for this reason. Skip to the Win32 API section. I found a package for your printer here: <a href="https://download.epson-biz.com/modules/pos/index.php?page=single_soft&amp;cid=2783&amp;scat=31&amp;pcat=3" rel="nofollow">https://download.epson-biz.com/modules/pos/index.php?page=single_soft&amp;cid=2783&amp;scat=31&amp;pcat=3</a></p> <p>STEP 2) Look into the PHP Win32 API implementation and setup a couple test calls. Here's the link to the documentation: <a href="http://php.net/manual/en/ref.w32api.php" rel="nofollow">http://php.net/manual/en/ref.w32api.php</a></p> <p>STEP 3) Setup a class/module/function that will lookup and print your address as needed from PHP.</p> <p>STEP 4) To address printing when you eventually switch to a server/client setup, you can compile your PHP code into an executable, setup a mime type on each client that receives an address print file via the browser and sends it straight to your .exe file.</p> <p>Long time ago I had to integrate ELTRON encoded magnetic stripe (credit card) printers with Perl for a large event management system. It worked like magic.</p> <p>Again sorry this is not as easy as a few quick lines of code, but you can post more specific questions as you work your way through the printer API.</p> <p>Good Luck.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload