POS For .NET:无法设置 MSR 的 DeviceEnabled 属性

发布于 2024-12-09 04:48:04 字数 395 浏览 0 评论 0原文

.NET 的 POS: 我正在尝试将 MSR 与 POS for .net 连接,但无法设置属性 DeviceEnabled = true。 它给了我以下异常

编辑: 无法启用设备。有关详细信息,请参阅内部异常。

{“访问被拒绝”}

Microsoft.PointOfService.ExampleServiceObjects.HidReader.HidThread.StartReading() 处的 在 Microsoft.PointOfService.ExampleServiceObjects.HidReader.OpenDevice() 在 Microsoft.PointOfService.ExampleServiceObjects.ExampleMsr.set_DeviceEnabled(布尔值)

POS For .NET:
I am trying to connect MSR with POS for .net but I cant set property DeviceEnabled = true.
It gives me below exception

EDIT:
Unable to enable the device. See inner exception for details.

{"Access is denied"}

at Microsoft.PointOfService.ExampleServiceObjects.HidReader.HidThread.StartReading()
at Microsoft.PointOfService.ExampleServiceObjects.HidReader.OpenDevice()
at Microsoft.PointOfService.ExampleServiceObjects.ExampleMsr.set_DeviceEnabled(Boolean value)

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

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

发布评论

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

评论(1

澜川若宁 2024-12-16 04:48:04

我写了错误的硬件 ID。我写了HID键盘模拟器。
其实应该是HID设备。
此错误仅意味着仍未检测到您的设备。

I wrote wrong hardware id. I wrote HID keyboard simulator.
Actually it should be HID devices.
This error only means that your device is still not detected.

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