0

我正在尝试找到为销售点设备(收据打印机)开发软件的最佳方法。我想使用 Microsoft 语言开发它,并且已经能够找到 Microsoft POS,我认为 OPOS 可以为此工作,但是我能够找到的设备大约是 200 英镑。

是否有一家公司销售便宜的 pos/opos 收据打印机,或者有一种方法可以做到这一点,例如带有设备的 SDK 或任何东西。

感谢您的任何回复。

4

1 回答 1

1

I just finished developing some C#.Net code to communicate with an Epson TM-T88V Parallel/USB Printer. They are very affordable and good printers for POS use. I just saw one on eBay for about $200 US. This printer has both USB and Parallel connection options. Epson provides the OPOS Service Objects as a download from thier website. Once you install the Service Objects (a seperate installation msi) you can use the POS for .Net SDK to write software to control the printer.

I do not recommend attempting to create a Service Object or OPOS driver for a printer that does not have one. It is worth your time to just send an email to the manufactor before buying a printer to ask for these drivers. In my experience so far all manufactuers have comeup with them despite not having them available on thier website.

于 2011-05-20T04:49:50.670 回答