Tagged Questions
6
votes
4answers
6k views
Drive a POS printer via USB in c#
Any ideas how i can best drive a USB POS printer from c#.
POS printers are usually serial, TCP/IP or USB based.
I know how to accomplish serial and TCP/IP but have no idea about communications through ...
5
votes
2answers
1k views
C# SerialPort - emulate pos keyboard
We are trying to emulate a POS keyboard in order to integrate an application with an existing Point of Sale application.
We ran across this software: Virtual Serial Port Kit
It basically creates a ...
3
votes
3answers
2k views
Printing Server Side from .Net (without WinForms)
Hey printing junkies need some pointers to send me in the right direction for this development.
I am developing an epos system for a local shop which we are later going to tie into an ecommerce site. ...
3
votes
5answers
1k views
Best way to handle input from a keyboard “wedge”
I'm writing a C# POS (point of sale) system that takes input from a keyboard wedge magcard reader. This means that any data it reads off of a mag stripe is entered as if it were typed on the keyboard ...
2
votes
1answer
268 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
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
4answers
121 views
logic of point of sale?
my tables ...
create table sale
(
idsale int primary key identity,
idclient int,
user1 varchar(50),
fecha datetime
)
create table listofsale
(
idsale int,
idproduct int,
amount int,
priceunit float,
...
1
vote
0answers
1k views
C# POS.NET PrintNormal() Issue 'It is not Initialized'
Current C# POS.NET Printing Issue:
PrintNormal() Throws Exception = 'It is not initialized'
CheckHealth = 'It is not initialized'
'It is not initialized' exception when Printing to Epson ...
1
vote
3answers
849 views
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 ...
0
votes
1answer
329 views
Point of Sale Application Receipt Printing
I am working on a small project for a Retail Management Software, which will be using a POS printer (I think that's what we call it). I need a create a bill for it in the end. But i am stuck here, and ...
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
0answers
405 views
how to print from POS printer in predefined format
I want to print bill through POS printer. It should print in following format which i am displaying to salesman in FlowDocument control.
Item CODE Qty Price Total
...
0
votes
2answers
620 views
Best font for POS printer in WPF C# App
I have developed an application in WPF and C# as client requirement. Now I am facing problem in bill printing. Printer is WEP DR-400 series and I am using "FlowDocument" to preview bill and printing. ...
0
votes
1answer
1k views
Pole display problem in c#
I used pole display(E POS) in my POS c# application.I have two major problem in that,
1. I can't clear the display perfectly.
2. I can't set the cursor position.
I used some dirty tricks to do ...
0
votes
1answer
225 views
Handling input from a keyboard wedge
Following on from the question asked by Mykroft
Best way to handle input from a keyboard “wedge”
http://stackoverflow.com/questions/42437/best-way-to-handle-input-from-a-keyboard-wedge.
I need to ...