Click here to Skip to main content
15,915,611 members
Home / Discussions / C#
   

C#

 
GeneralRe: code for email address validation on logon web application Pin
leppie9-Aug-03 7:36
leppie9-Aug-03 7:36 
GeneralNUnit testing in Visual Studio Pin
Will Ballard9-Aug-03 4:27
Will Ballard9-Aug-03 4:27 
GeneralFinding Char Index in current line Pin
.gonad9-Aug-03 2:35
.gonad9-Aug-03 2:35 
GeneralRe: Finding Char Index in current line Pin
Ista9-Aug-03 5:12
Ista9-Aug-03 5:12 
GeneralRe: simple messagebox Pin
J. Dunlap8-Aug-03 22:42
J. Dunlap8-Aug-03 22:42 
GeneralRe: simple messagebox Pin
Ista9-Aug-03 9:53
Ista9-Aug-03 9:53 
GeneralBarcode reader and Receipt printer Pin
ChiYung8-Aug-03 19:53
ChiYung8-Aug-03 19:53 
GeneralRe: Barcode reader and Receipt printer Pin
AdrianT9-Aug-03 1:12
AdrianT9-Aug-03 1:12 
I have worked on a few POS systems in the past.

There are a few things to take into consideration.

1. What type of barcode scanner do you plan to use. If you are using a a wedge reader then the data that is read will be just like pasting a block of text into a edit box and it can be read simply. If the scanner is a COM port based scanner you will need to write a device driver or serial port capture routines to read the data. There is a good serail port class on this site http://www.codeproject.com/system/cserialport.asp.

2. Which barcode will you be using ??? Sometimes the barcode will contain additional characters that you are not interested in. The data that will be read in may have an extra characters at the start and/or end (e.g. check digit) depending on the barcode type and reader. Usually POS systems use the barcode EAN-13 (european standard) or EAN-8 (Which I think is the US standard)

3. POS Printer. You can simulate having a POS Printer. Do you have access to a printer? The only real programming difference between a POS printer is the width of the paper. You can setup your printer with a custom size paper that matches the width of the intended POS reciept printer and it will be just as if you has the receipt printer.

Hope this helps.

Smile | :)

GeneralRe: Barcode reader and Receipt printer Pin
ChiYung9-Aug-03 8:07
ChiYung9-Aug-03 8:07 
GeneralRe: Barcode reader and Receipt printer Pin
Ista9-Aug-03 12:15
Ista9-Aug-03 12:15 
Generalinterface method access modifier Pin
devvvy8-Aug-03 17:13
devvvy8-Aug-03 17:13 
GeneralRe: interface method access modifier Pin
Nish Nishant8-Aug-03 17:28
sitebuilderNish Nishant8-Aug-03 17:28 
Generalfound it! Pin
devvvy8-Aug-03 21:10
devvvy8-Aug-03 21:10 
GeneralRe: interface method access modifier Pin
Jim Stewart8-Aug-03 19:37
Jim Stewart8-Aug-03 19:37 
GeneralRe: interface method access modifier Pin
devvvy8-Aug-03 19:56
devvvy8-Aug-03 19:56 
GeneralRe: interface method access modifier Pin
Bo Hunter8-Aug-03 19:38
Bo Hunter8-Aug-03 19:38 
Generalseparate method declaration and implementation Pin
devvvy8-Aug-03 16:42
devvvy8-Aug-03 16:42 
GeneralRe: separate method declaration and implementation Pin
Nish Nishant8-Aug-03 16:58
sitebuilderNish Nishant8-Aug-03 16:58 
GeneralRe: separate method declaration and implementation Pin
devvvy8-Aug-03 17:17
devvvy8-Aug-03 17:17 
GeneralRe: separate method declaration and implementation Pin
Nish Nishant8-Aug-03 17:23
sitebuilderNish Nishant8-Aug-03 17:23 
GeneralRe: separate method declaration and implementation Pin
devvvy8-Aug-03 17:52
devvvy8-Aug-03 17:52 
GeneralRe: separate method declaration and implementation Pin
J. Dunlap8-Aug-03 18:08
J. Dunlap8-Aug-03 18:08 
GeneralRe: separate method declaration and implementation Pin
devvvy8-Aug-03 19:59
devvvy8-Aug-03 19:59 
GeneralRe: separate method declaration and implementation Pin
J. Dunlap8-Aug-03 20:11
J. Dunlap8-Aug-03 20:11 
GeneralRe: separate method declaration and implementation Pin
James T. Johnson9-Aug-03 0:02
James T. Johnson9-Aug-03 0:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.