Tagged Questions
6
votes
2answers
7k views
Where can I find a “ESC/POS” Epson Barcode Test Program?
I am struggling to get an Epson "ESC/POS" printer to print barcodes (Using Delphi) and want to test if the printer is not faulty. Do you know where I can find a program to print a barcode in ...
4
votes
1answer
1k views
Printing simplified Chinese characters on Epson TM-T88IVM
I am trying to print Chinese characters on an Epson TM-T88IV M (parallel port) using the Microsoft Point of Service SDK in C#. However, they appear as questions marks on the printer. (?)
My ...
3
votes
1answer
168 views
Send signal via RJ12 in Delphi
I have a cash register of a Chinese manufacturer and I want to open its cash drawer using Delphi code.
The register and the drawer are connected by an RJ12 (6 pins) cable.
I've seen elsewhere ...
3
votes
4answers
6k views
Epson OPOS ADK for .NET drivers for windows 7
Has anyone used Epson OPOS ADK for .NET for windows 7. i tried to install windows vista drivers on windows 7, since there are none available for windows 7, but it did not work. Please share any ...
2
votes
1answer
265 views
POS development on windows: OPOS via COM? OPOS for .Net? UnifiedPOS? …?
I plan to develop a POS system from scratch, which will be based on windows (currently XP SP3). I tried to get an overview of which API to use to work with POS devices. So far I found OPOS which is ...
2
votes
1answer
404 views
POS For .NET: Failed to set property properties of PosPrinter
I can't set properties of PosPritnter class. For example PageModeStation, PageModeVerticalPosition, PageModePrintArea etc.
PosPrinter posPrinter = ...
2
votes
1answer
623 views
Problem interfacing C++ POS controls with the .NET POS SDK
We're trying implement a .NET Service Object that supports a COM interface to emulate a POSPrinter but still be compatible with the older technologies.
We have our interface and class object in the ...
2
votes
1answer
713 views
Communicating with Zebra GK420d through Zebra OPOS driver
I am using a Zebra GK420d label printer for a POS application that i am developing. I am trying to communicate with the printer through its OPOS drivers provided by Zebra. But i get into trouble. It ...
2
votes
3answers
2k views
POS for .Net Check Printing
We currently have check printing fully implemented and in the field for a POS application. It runs on Windows, implemented in C# and uses POS for .Net.
We are having an issue where cashiers are too ...
1
vote
1answer
81 views
POS For .NET: Failed to set property DeviceEnabled property of MSR
POS For .NET:
I am trying to connect MSR with POS for .net but I cant set property DeviceEnabled = true.
It gives me below exception
EDIT:
Unable to enable the device. See inner exception for ...
1
vote
3answers
2k views
Checking Printer Messages using OPOS Drivers in Delphi
I'm trying to open a Point of Sale (POS) printer using the OPOS Drivers in Delphi (BDS2006), but don't have a clue on how to check the printer status.
How would I check for messages like Check Paper ...
0
votes
1answer
239 views
Point of Service (Receipt Printer)
I am trying to find the best method of developing a piece of software for a Point of Sale Device (Receipt Printer). I want to develop this using a Microsoft Language and have been able to find ...
0
votes
1answer
293 views
Keyboard Emulating barcode reader
I'm using the Microsoft.PointOfService libraries to interact with POS hardware. Although documentation about compatible hardware is thin on the ground, I've read in places that all keyboard emulating ...
0
votes
2answers
584 views
OPOS not working on 64 bit system
Anyone have experience with OPOS? I can't get my app to recognize the LDNs for the devices running on a 64 bit machine.
I've got down to the point where I know that the OleforRetail stuff is now ...
0
votes
3answers
1k views
MS cash drawer with epson TM-IV88 Status API
Does anyone know how to monitor cash drawer's open/close state using Advanced Printer Driver's Status API for Epson TM-88IV thermal printer.
I wish i could use OPOS for ADK .Net, but haven't had ...