We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(7)
UnifiedPOS 是当今与销售点外围设备(包括收据打印机)通信的最常见 API:< /a>http://www.nrf-arts.org/UnifiedPOS/default.htm< /a>.
Microsoft 有一个 .NET 实现:http://msdn.microsoft.com/en-us/library/ms828083.aspx。
UnifiedPOS 是从 OPOS(OLE for Retail POS)发展而来的,因此请谷歌搜索 OPOS 以获取更多信息。 您会发现,与其他类型的 UnifiedPOS 相比,支持 OPOS 的外围设备制造商更多。 Microsoft 的 POS for .NET 将与 OPOS V1.8 服务对象配合使用。
UnifiedPOS is the most common API today for communicating with Point-Of-Sale peripherals including receipt printers: http://www.nrf-arts.org/UnifiedPOS/default.htm.
Microsoft have an implementation for .NET: http://msdn.microsoft.com/en-us/library/ms828083.aspx.
UnifiedPOS evolved from OPOS (OLE for Retail POS), so google for OPOS for more info. You will find more peripheral manufacturers support OPOS than other flavors of UnifiedPOS. Microsoft's POS for .NET will work with OPOS V1.8 Service objects.
爱普生有一个非常标准的系统。
Zebra 是另一个大玩家。
当在 google 上搜索其他帮助时,您可能想要寻找“pos 打印机”,而不是“收据打印机”,其中 POS 代表“销售点”。 这样你会获得更多更好的点击。
Epson has a system that's pretty standard.
Zebra is another big player.
When searching google for additional help, you probably want to be looking for a "pos printer", rather than a "receipt printer", where POS stands for "Point of Sale". You'll get more better hits that way.
CodePlex 有一个 Zebra 项目,我用它来打印标签
http://www.codeplex.com/sharpzebra
There is a Zebra project at CodePlex that I use for printing labels
http://www.codeplex.com/sharpzebra
我过去使用过 Zebra 打印机。 我不确定用于动态创建新文档的 API,但您可以使用他们的设计器来构建“文档”并填充和填充文档。 动态打印。 他们的软件还不错,但我们发现 BarTender 更适合我们的实施。
Zebra 还有 Zebra 编程语言 (ZPL),使用起来实际上很有趣(两年前 Windows 驱动程序非常差)。 文档非常好,而且很容易掌握。 我扔了几个线轴试图让一切都正确。 :-)
I've used Zebra printers in the past. I'm not sure about an API for creating new documents on the fly but you can use their designer to build the "document" and fill & print dynamically. Their software was OK but we found BarTender to work a little better for our implementation.
Zebra also has a Zebra Programming Language (ZPL) that was actually kind of fun to use (the Windows driver was very poor 2 years ago). The documentation was pretty good and it was pretty easy to pick up. I went threw several spools trying to get everything right. :-)
如果您可以使用 java 解决方案,请尝试 jzebra:http://code.google.com/p/jzebra< /a>
Try jzebra if you are ok with a java solution: http://code.google.com/p/jzebra
Star Micronics,我在野外看到了很多这样的产品; 我从未使用过它们,但对于本机 Windows 打印机驱动程序,我认为它使用起来非常简单。
Star Micronics, I see a lot of them out in the wild; never used them but with native Windows printer drivers I would assume it's pretty simple to work with.
Verifone(大型 POS 和密码键盘制造商)也有多种打印机型号。
Verifone (a large POS and pin-pad manufacturer) also has a couple of printer models.