Drive a POS printer via USB in c#
Posted
by JDibble
on Stack Overflow
See other posts from Stack Overflow
or by JDibble
Published on 2008-10-09T14:16:45Z
Indexed on
2010/04/06
18:23 UTC
Read the original article
Hit count: 297
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 USB in C#. I know that there is a layer available from Microsoft called POS.NET, but I want to try and avoid using this. Any ideas or any C# libraries that people can recomend would be really appreciated. Thanks
© Stack Overflow or respective owner