POS For .NET:无法设置 MSR 的 DeviceEnabled 属性
.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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我写了错误的硬件 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.