<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>30 Jun 2017 19:20:00 Z</lastBuildDate><pubDate>30 Jun 2017 12:08:00 Z</pubDate><description>Hello,&#13;
&#13;
I have build a pos system that print tickets to a serial printer. It works fine.&#13;
&#13;
I also have to print a E-Rport. It is a financial report. It is logger then most of the tichets.&#13;
&#13;
The com port is well configured. The Z-report prints fine at my testplace.&#13;
&#13;
At several clients there are wholes in the Z-Rapport. It means that there are for example 15 lines printed. Then there is a Gap of n lines. Then the rest of the report is printed. Several lines are not printed.&#13;
&#13;
I've tried it with different buffersizes.&#13;
&#13;
This is the code&#13;
&#13;
PROCEDURE ZRapport()&#13;
&#13;
nLijnen is int = TableCount(WIN_XRapport.TABLE_XRapport)&#13;
nRest is int = 0&#13;
&#13;
OpenPoort()&#13;
TableSelectPlus(WIN_XRapport.TABLE_XRapport,TableCount(WIN_XRapport.TABLE_XRapport))&#13;
FOR nLus = 1 TO nLijnen&#13;
SWrite(Port_E,WIN_XRapport.TABLE_XRapport[nLus].COL_Text+cLineFeet)&#13;
END&#13;
sWrite(Port_E,cLineFeet4)&#13;
&#13;
sWrite(Port_E, cCutter)&#13;
SluitPoort()&#13;
&#13;
Extra question.&#13;
Is it always nescesarry to use sParameter().&#13;
When the port is correct configured, I think it is not nescesarry to use sParameter()&#13;
&#13;
Thanks&#13;
&#13;
Willy Hermans</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61516-printing-serial-ticketprinter/read.awp</link><title>Printing to serial ticketprinter</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/61516-printing-serial-ticketprinter-61523/read.awp</comments><pubDate>30 Jun 2017 19:20:00 Z</pubDate><description>Hello,&#13;
&#13;
No the scale does not work, but it seems to be a very difficult one. We are started today with new one.&#13;
And this one …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61516-printing-serial-ticketprinter-61523/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61516-printing-serial-ticketprinter-61523/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61516-printing-serial-ticketprinter/read.awp">Printing to serial ticketprinter</source><title>Re: Printing to serial ticketprinter</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61516-printing-serial-ticketprinter-61520/read.awp</comments><pubDate>30 Jun 2017 14:10:00 Z</pubDate><description>Hi,&#13;
&#13;
This what the Handshake XOn/XOff is made for.&#13;
&#13;
Set you printer and serial port to support Xon/XOff and the printer will…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61516-printing-serial-ticketprinter-61520/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61516-printing-serial-ticketprinter-61520/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61516-printing-serial-ticketprinter/read.awp">Printing to serial ticketprinter</source><title>Re: Printing to serial ticketprinter</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61516-printing-serial-ticketprinter-61519/read.awp</comments><pubDate>30 Jun 2017 13:56:00 Z</pubDate><description>Thanks,&#13;
&#13;
In my test config it works always.&#13;
&#13;
The clients have the same configuration. Same PC, same printer.&#13;
&#13;
At most clie…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61516-printing-serial-ticketprinter-61519/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61516-printing-serial-ticketprinter-61519/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61516-printing-serial-ticketprinter/read.awp">Printing to serial ticketprinter</source><title>Re: Printing to serial ticketprinter</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61516-printing-serial-ticketprinter-61518/read.awp</comments><pubDate>30 Jun 2017 13:53:00 Z</pubDate><description>Hi&#13;
&#13;
Using sParameter to warrant the print settings, I could guess&#13;
it might be related to hardware default setting/firmware ve…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61516-printing-serial-ticketprinter-61518/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61516-printing-serial-ticketprinter-61518/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61516-printing-serial-ticketprinter/read.awp">Printing to serial ticketprinter</source><title>Re: Printing to serial ticketprinter</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61516-printing-serial-ticketprinter-61517/read.awp</comments><pubDate>30 Jun 2017 13:39:00 Z</pubDate><description>Hi Willy&#13;
&#13;
from your description, it looks like you are sending the data too fast for the printer, filling it's buffer, and the…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61516-printing-serial-ticketprinter-61517/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61516-printing-serial-ticketprinter-61517/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61516-printing-serial-ticketprinter/read.awp">Printing to serial ticketprinter</source><title>Re: Printing to serial ticketprinter</title></item></channel></rss>
