<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>5 Sep 2017 17:07:00 Z</lastBuildDate><pubDate>1 Sep 2017 22:17:00 Z</pubDate><description>I'm attempting to support 2 more brands of receipt printer in my application. I have a Star TSP100 working well. I'm trying to add a POS-X Evo Green and a Citizen CT-S310II.&#13;
&#13;
I have the Citizen set up correctly except for opening the cash drawer. For the Star I use:&#13;
&#13;
iEscape(Charact(7)) // Open drawer attached to Star printer iEndPrinting()&#13;
This does not work for the Citizen. From this site I found these codes 27,112,0,25. So for the Citizen I have:&#13;
&#13;
iEscape(Charact(27) + Charact(112) + Charact(0) + Charact(25)) // Open drawer attached to Citizen printer iEndPrinting()&#13;
1. The new escape sequence opens the drawer, but it makes the printer error led light up, and the printer is unavailable in Windows until I turn it off and back on. I've tried multiple combinations of that escape sequence and can't get it right.&#13;
&#13;
2. For the POS-X Evo I can get the drawer to open with a number of sequences from the combining the numbers above, but every sequence that successfully opens the cash drawer also feeds some paper.&#13;
&#13;
I believe I have both drivers correctly installed. Does anyone have experience with either of these printers? Is there a certain printer property/preference that I may be missing?</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62494-wd20-receipt-printer-opening-cash-drawer/read.awp</link><title>[WD20] Receipt Printer - Opening the Cash Drawer</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62494-wd20-receipt-printer-opening-cash-drawer-62541/read.awp</comments><pubDate>5 Sep 2017 17:07:00 Z</pubDate><description>I currently don't do anything specific to handle printer errors. I do have options to reprint just about everything.</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62494-wd20-receipt-printer-opening-cash-drawer-62541/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62494-wd20-receipt-printer-opening-cash-drawer-62541/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62494-wd20-receipt-printer-opening-cash-drawer/read.awp">[WD20] Receipt Printer - Opening the Cash Drawer</source><title>Re: [WD20] Receipt Printer - Opening the Cash Drawer</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62494-wd20-receipt-printer-opening-cash-drawer-62502/read.awp</comments><pubDate>2 Sep 2017 03:45:00 Z</pubDate><description>Curtis&#13;
&#13;
I have a kiosk application that prints, can I ask how you handle printer errors, such as out of paper, etc?&#13;
&#13;
Thanks&#13;…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62494-wd20-receipt-printer-opening-cash-drawer-62502/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62494-wd20-receipt-printer-opening-cash-drawer-62502/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62494-wd20-receipt-printer-opening-cash-drawer/read.awp">[WD20] Receipt Printer - Opening the Cash Drawer</source><title>Re: [WD20] Receipt Printer - Opening the Cash Drawer</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62494-wd20-receipt-printer-opening-cash-drawer-62501/read.awp</comments><pubDate>1 Sep 2017 22:48:00 Z</pubDate><description>Oops. I am actually using 27,112,0,50,250 for the Citizen. The one I listed is actually what I found for the Pos-X printer.&#13;
&#13;
i…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62494-wd20-receipt-printer-opening-cash-drawer-62501/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62494-wd20-receipt-printer-opening-cash-drawer-62501/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62494-wd20-receipt-printer-opening-cash-drawer/read.awp">[WD20] Receipt Printer - Opening the Cash Drawer</source><title>Re: [WD20] Receipt Printer - Opening the Cash Drawer</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62494-wd20-receipt-printer-opening-cash-drawer-62500/read.awp</comments><pubDate>1 Sep 2017 22:39:00 Z</pubDate><description>hi&#13;
&#13;
strange,&#13;
&#13;
I followed your link and the citizen is NOT on this page, it's on another one of the same site, and it's NOT t…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62494-wd20-receipt-printer-opening-cash-drawer-62500/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62494-wd20-receipt-printer-opening-cash-drawer-62500/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62494-wd20-receipt-printer-opening-cash-drawer/read.awp">[WD20] Receipt Printer - Opening the Cash Drawer</source><title>Re: [WD20] Receipt Printer - Opening the Cash Drawer</title></item></channel></rss>
