pos-for-.net

Microsoft.PointOfService library

I am going to use Microsoft.pointofservice library to communicate with point of sale hardwares. There isn't much documented by microsoft about this library. So before i spend my and other 5 developers time on this would like to get review of this libray if any one has ever used it. Please suggest there are any other way to communicate w...

POS for .NET Known Service Objects

Hi, I was wondering if anyone knew where I could find a list of LineDisplays, CashDrawers, Printers, that work well with POS for .NET. I want to get around creating my own service objects for potential devices that I might by which are not supported. Thanks. ...

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 eager and pull out the check a second or so before it is finished franking. If the check is pulled out during the printing process, we can...

WIX installer : Adding POS as a prerequisite

Hi, I'm fairly new to WIX. Bare with me. I wish to install Microsoft POS (Point of service) with my installer, after installing .net fx, sql server compact edition, etc. I am willing to supply the downloaded exe with installer (no need to get it from the web). I've found this link. The article in the link indicate that you need to ca...

Scanner not recognized by Microsoft POS

I have a barcode scanner from Metro Technologies and I am using Microsoft POS to detect the input from the scanner. It is connected to my system using USB port. But the scanner is not getting identified by the POS. public Form1() { InitializeComponent(); explorer = new PosExplorer(this); explorer.DeviceAddedEvent += new DeviceChangedEve...