Best Practise for Writing a POS System

Posted by Gary on Stack Overflow See other posts from Stack Overflow or by Gary
Published on 2010-03-15T16:35:04Z Indexed on 2010/03/15 16:59 UTC
Read the original article Hit count: 583

Filed under:
|
|
|

Hi,

I'm putting together a basic POS system in C# that needs to print to a receipt printer and open a cash drawer. Do I have to use the Microsoft Point of Service SDK?

I've been playing around with printing to my Samsung printer using the Windows driver that came with it, and it seems to work great. I assume though that other printers may not come with Windows drivers and then I would be stuck? Or would I be able to simply use the Generic/Text Driver to print to any printer that supports it?

For the cash drawer I would need to send codes directly to the COM port which is fine with me, if it saves me the hassle of helping clients setup OPOS drivers on there systems.

Am I going down the wrong path here?

Thanks, Gary

© Stack Overflow or respective owner

Related posts about pos

Related posts about .NET