我可以在 vb.net 中为扫描设备编写自己的固件吗?

发布于 2024-12-01 14:59:41 字数 523 浏览 0 评论 0 原文

我想知道是否可以编写自己的固件来在我制作的设备上运行。该设备与您在杂货店看到的便携式价格检查器非常相似。它扫描条形码并返回 ID 号。有关我的设备和我正在从事的大项目的更多信息可以在这里找到:

我对新型 WCP(无线连接协议)的想法

我想在 VB.net 中编写此固件,因为我非常熟悉它,但是如果另一种语言会更好,请指定哪种语言以及在哪里我应该开始了。

我想要的扫描固件的一个例子是名为 Qrafter 的 iphone/ipod touch 应用程序。它允许您扫描任何二维码,并根据其值进行相应操作。

固件规格要求:

本质上,我希望该固件获取扫描仪读取的 QR 码的值,并将该值与作为变量存储在固件本身中的 ID 进行比较。当我制作更多设备时,我会为每个设备分配一个唯一的设备 ID,该 ID 与要匹配的 QR 码相对应。

i was wondering if it was possible to write my own firmware that will run on a device im making. This device is very similar to the price portable price checkers you see in grocery stores. it scans the barcode which returns an id number. More information about my device and about the big project im working on can be found here:

My Idea For A New Type Of WCP (Wireless Connection Protocol)

I'd like to write this firmware in VB.net because im Very Familiar with it, however if another language would be better please specify which one and where i should start.

An example of what i want the scanning firmware to be like is the iphone/ipod touch application called Qrafter. it allows you to scan any QR code and depending on what its value is, act accordingly.

Firmware Spec Requirements:

Essentially, i want this firmware to get the value of the QR code that the scanner reads, and compare the value to the ID that is stored as a variable in the firmware itself. when i make more devices ill assign each one a unique device ID that corresponds with a QR code to match.

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

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

发布评论

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

评论(1

独闯女儿国 2024-12-08 14:59:41

您正在制作的设备肯定正在使用某种类型的微控制器。您需要用微控制器支持的语言编写固件。

如果您仍处于 vapor 规划阶段,您可以开始查看使用 Netduino 微控制器.NET Micro Framework

Netduino 上的一些博客文章:

The device you are making surely is using some type of microcontroller. You will need to write the firmware in the language the microcontroller supports.

If you are still in the vaporplanning stages, you can start looking at Netduino microcontrollers that uses the .NET Micro Framework

Some blog posts on Netduino:

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