POS printer
POS printer
Hello.
I am trying to print to Dot-matrix POS printer (Samsung SRP-275) through dot-matrix preview. The problem I am having is how to send the escape control characters? For instance, I need the printer to feed "n" lines at the end of printing. Is there a way to insert the escape codes into the receipt?
Thank You.
Ivan
I am trying to print to Dot-matrix POS printer (Samsung SRP-275) through dot-matrix preview. The problem I am having is how to send the escape control characters? For instance, I need the printer to feed "n" lines at the end of printing. Is there a way to insert the escape codes into the receipt?
Thank You.
Ivan
POS printer
HI Ivan,
Please read the following thread:
http://forum.stimulsoft.com/Default.aspx?g=posts&t=947
Thank you.
Please read the following thread:
http://forum.stimulsoft.com/Default.aspx?g=posts&t=947
Thank you.
POS printer
Thank You for the reply, Edward.
But my problem is that the printer is a parallel interface dot-matrix printer. Since in .NET you cannot send the data to parallel printer directly, but only via GDI, the printing is very slow on dot-matrix since the printer is printing graphics and not it's native fonts. Everything would be good if the printer was serial because then I could use the serial port class from .NET and send data directly to printer with escape codes even without the driver installed, but it's not unfortunatelly.
If You have any more ideas on this problem, I would appreciate it.
Also, maybe You could consider implementing the support for POS printers into Your product because I believe that Your software is also being used in many retail and accounting applications that use POS printers.
Thank You
P.S. I'm using Your software for almost 4 years now and I hvae to say that You are doing excellent job.
But my problem is that the printer is a parallel interface dot-matrix printer. Since in .NET you cannot send the data to parallel printer directly, but only via GDI, the printing is very slow on dot-matrix since the printer is printing graphics and not it's native fonts. Everything would be good if the printer was serial because then I could use the serial port class from .NET and send data directly to printer with escape codes even without the driver installed, but it's not unfortunatelly.
If You have any more ideas on this problem, I would appreciate it.
Also, maybe You could consider implementing the support for POS printers into Your product because I believe that Your software is also being used in many retail and accounting applications that use POS printers.
Thank You
P.S. I'm using Your software for almost 4 years now and I hvae to say that You are doing excellent job.
POS printer
Hi Ivan,
There is now 100 per cent control of the dot matrix printer. But starting from 2009.2 version you could use Escape sequence in text component like follows:
{(char)15 + "Your condensed text " + (char)18 + "and normal text"}
Thank you.
There is now 100 per cent control of the dot matrix printer. But starting from 2009.2 version you could use Escape sequence in text component like follows:
{(char)15 + "Your condensed text " + (char)18 + "and normal text"}
Thank you.
POS printer
Great!! Thank You very much!!
I'll try it and see how it works.
Best Regards,
Ivan
I'll try it and see how it works.
Best Regards,
Ivan
POS printer
Hi
You are very welcome, please let us know if any help is required.
Thank you.
You are very welcome, please let us know if any help is required.
Thank you.
POS printer
Hello,
We made some improvements in that direction.
Please check the following article in our knowledgebase:
http://stimulsoft.helpserve.com/index.p ... icleid=349
Please check the next prerelease build when it will be available and let us know about the result.
Thank you.
We made some improvements in that direction.
Please check the following article in our knowledgebase:
http://stimulsoft.helpserve.com/index.p ... icleid=349
Please check the next prerelease build when it will be available and let us know about the result.
Thank you.