Tagged Questions

OLE for Retail POS. An architecture for Win32-based POS device access.

learn more… | top users | synonyms

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 ...
4
votes
1answer
2k views

Implement OPOS Device in C#

For some interop with a legacy POS application, I was wondering if it was possible to implement a phony OPOS device in C#. Basically I would implement a phony keyboard that took web requests and ...
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
0answers
42 views

OPOS and When to Use It

I am developing a POS system for cafe-bar-restaurants. It works fine, but I have some problems regarding printers. People here suggest I use OPOS.NET. But I can't because: My client has a machine ...
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
0answers
86 views

Creating Delphi Activex Servers from existing objects

In Delphi the process of adding an activex object to a project is fairly simple - you import the class and Delphi wraps handlers around it and you're done in seconds. What I'm wanting to do though is ...
2
votes
2answers
355 views

Unable to enable a claimed device using POS for .Net

I am using a Motorola DS4208 hand held barcode reader. In the past I was able to successfully setup and use this device, however recently it has stopped working. This may be the result of installing ...
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
2answers
159 views

OPOS image capture with Symbol Digital Image Scanner

Our application presently uses the Motorola/Symbol DS6707 Digital Image Scanner for both image capture and barcode scanning. We communicate with the scanner via the Moto SNAPI driver. Since this is ...
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
1answer
232 views

Hang on Open()/Claim() in OPOS / POS for .NET

I am running Microsoft POS for .NET. I have a cash drawer, barcode scanner and receipt printer connected to the computer. Using the Microsoft POS for .NET test application, they all work fine. Our ...
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
186 views

POS for .Net Common Control Objects CharacterSet Compatibility issue

I've recently purchased a Star Micronics TSP100 Printer for my "Point of Sale" application which I'm developing in C#.NET , I downloaded the POS for .Net SDK to manipulate the printer but it didn't ...
0
votes
0answers
129 views

.NET OPOS MSR - Detect Timeout or better, a straight USB communication alternative

I am having an issue where I am connecting to an OPOS device, and even if the device gets disconnected it is returning a STATUS of 2. Because of this I have no way of knowing if the device needs to ...
0
votes
0answers
151 views

OPOS printer error after network interruption

Scenario : I am printing to an ethernet connected POS Printer, (Epson U220B specifically but I think its a more general problem) using Microsoft OPOS. If there is a network error (printing computer ...
0
votes
0answers
223 views

Print stored logo using .net MS OPOS?

I'm using Epson TM-T88V receipt printer and using MS OPOS 1.12 to control the printer. I'm trying to print images to the printer. Problem is, images printed using PosPrinter.PrintBitmap or ...
0
votes
0answers
126 views

VB6 OPOS MSR DataEvent does not work

I don't know does anyone experience developing VB6 OPOS MSR before ? Private Sub OPOSMSR_DataEvent(ByVal Status As Long) txtCardNo.Text = OPOSMSR.AccountNumber ...
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
0answers
262 views

OPOS Driver Development

Hi Really really I have searched and read what I could. This is my issue. A supplier sent us a Fiscal Printer ,initially without drivers.The printers we needed to setup with a third party Pint Of Sale ...
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
684 views

OPOS PosExplorer.GetDevice() returns null when executed in Windows Service

The code snippet below makes use of OPOS .NET to open a POS printer for printing. It works fine when executed as part of a standalone application. When executed by a Windows Service the call to ...
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 ...
0
votes
1answer
406 views

Javascript to ActiveX variable type

ActiveX object method has this signature. long DirectIO(long Command, long* pData, BSTR* pString) Int32 DirectIO(Int32, Int32 ByRef, System.String ByRef) I'm attempting to call this method from ...
-1
votes
0answers
17 views

CT-310 POS printer doesn't work with POS .NET Test App

CT-310 POS printer doesn't work with POS .NET Test App on Windows 7 64 bit: attempts to create an object for the printer fail with an exception (cannot create class factory). The printer driver is ...