服务点(收据打印机)

发布于 2024-11-08 17:04:47 字数 210 浏览 0 评论 0原文

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

是否有一家公司销售廉价的 pos/opos 收据打印机,或者有一种方法可以实现这一点,例如带有设备的 SDK 或其他任何东西。

感谢您的回复。

I am trying to find the best method of developing a piece of software for a Point of Sale Device (Receipt Printer). I want to develop this using a Microsoft Language and have been able to find Microsoft POS and I think OPOS that would work for this, however the devices I have been able to find are like £200.

Is there a company that sell cheap pos/opos receipt printers, or a method of doing this such as an SDK with a device or anything.

Thanks for any replies.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

偏爱自由 2024-11-15 17:04:47

我刚刚完成了一些与 Epson TM-T88V 并行/USB 打印机通信的 C#.Net 代码的开发。它们是非常实惠且适合 POS 使用的优质打印机。我刚刚在 eBay 上看到一款,售价约 200 美元。该打印机具有 USB 和并行连接选项。 Epson 提供 OPOS 服务对象,可从其网站下载。安装服务对象(单独的安装 msi)后,您可以使用 POS for .Net SDK 编写软件来控制打印机。

我不建议尝试为没有服务对象或 OPOS 驱动程序的打印机创建服务对象或 OPOS 驱动程序。在购买打印机之前,值得您花时间向制造商发送电子邮件以索取这些驱动程序。根据我迄今为止的经验,所有制造商都提出了它们,尽管他们的网站上没有提供它们。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文