支持 WiFI 和 HTTP/SOAP 的条码扫描仪

发布于 2024-10-19 06:40:36 字数 230 浏览 0 评论 0原文

我正在使用 PHP 开发一个应用程序,以加快仓库的库存流程。 我正在寻找一款可以通过 Wi-Fi 网络向服务器发送 HTTP 请求(并从中接收数据)的条形码扫描仪。我想将扫描仪与我的 PHP 应用程序集成。

协议并不重要;重要的是。它可以是 SOAP、XML-RPC 或只是简单的 HTTP GET 请求。我只需要在服务器端接收数据(产品代码和数量),然后回复一些数据(产品名称和处理状态)。

你能给我什么建议?

I'm developing an application with PHP to speed up the inventory process at warehouse.
And I'm looking for a barcode scanner that could send HTTP requests to the server (and receive data from it) over Wi-Fi network. I would like to integrate the scanner with my PHP application.

The protocol is not important; it could be SOAP, XML-RPC or just simple HTTP GET request. I just need to receive data (product code and quantity) on the server side and then reply back with some data (product name and processing status).

What can you suggest to me?

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

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

发布评论

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

评论(2

诗化ㄋ丶相逢 2024-10-26 06:40:36

您可以使用 Android 应用条形码扫描仪终端(免责声明!我是开发人员)。它会扫描您的条形码并通过常规 HTTP 协议将其发送到网络服务器,就像您所描述的那样。

更多详细信息请参见此处

You can use the Android app Barcode Scanner Terminal (DISCLAIMER! I'm the developer). It scans your barcode and sends it to a webserver over regular HTTP protocol like you are describing.

More details here.

影子是时光的心 2024-10-26 06:40:36

具有条形码扫描功能和 WiFi 连接功能的“移动计算机”有多种选择。由于它们运行 Windows Mobile,因此您可以选择多种方式对它们进行编程,以满足您的特定任务。

例如,您可能会查看 摩托罗拉霍尼韦尔。这个领域还有其他几个参与者。

There are many options available for "Mobile Computers" that have barcode scanning features and WiFi connectivity. And since they are running Windows Mobile, you have lots of options for programming them to suit your specific tasks.

For example, you might look at offerings from Motorola or Honeywell. There are several other players in this space as well.

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