epson
How to print a voucher with Java and a EPSON TM-T88III
I just bought an EPSON TM-T88III. Now I want to write a small application in java that prints a voucher with some plain text, so nothing special. 开发者_JAVA技巧I was wondering how I could do this.[详细]
2023-04-10 04:17 分类:问答Class or Function in PHP for generateing printable receipts [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-04-05 09:15 分类:问答pos for .net - slow startup with espon printer
I am developing a software in c# (VS2010, .net 4, pos for .net), i found out that when i open and claim the printer before printing, it\'s super slow, it开发者_运维知识库 takes couple seconds, same wi[详细]
2023-04-04 06:01 分类:问答Read Epson Printer Status using C++ and ESC/P
I\'m trying to get the status of a PLQ-20 Espon printer, using C++, but with no success. I tried that using GDI API and Escape function with PASSTHROUGH parameter, but the printer never understands t[详细]
2023-03-27 11:24 分类:问答EPSON TMT88IV Printer using IP Address
I have a EPS开发者_Python百科ON TMT88IV receipt printer.I have connected it my office network.We have an external IP address.Is possible to print anything from out side of my network over the IP addre[详细]
2023-03-24 17:04 分类:问答ESC/P programming!
Why i need to use it is because for some printers using TPrinter prints some weird hieroglyph at the beginning of the printable area.[详细]
2023-03-05 10:14 分类:问答Why are strings truncated when using direct printing?
I\'m trying to print directly to a printer using esc/p commands (EPSON TM-T70) without using printer driver. Code found here.[详细]
2023-03-04 18:18 分类:问答Correct way to send commands directly to printer!
Ok, here is how i do it: procedure TMainWindow.btnRawPrintClick(Sender: TObject); begin BeginPrint; SendStr(#27#69);[详细]
2023-03-04 11:04 分类:问答Print in Arial Font or any other font by sending raw data to the printer
private void printfunction(string cmd) { string command = cmd; // Create a buffer with the command Byte[] buffer = new byte[command.Length];[详细]
2023-02-06 20:20 分类:问答Why can I not receive a response from a TCP/IP capable printer?
My ultimate goal is to send a print job to a printer over the internet. The catch is that the printer is connected directly to a router, so I can\'t count on a computer processing anything.[详细]
2023-02-04 13:45 分类:问答