简体   繁体   English

Windows 7 Embedded 上的 usbser.sys,已安装但未找到

[英]usbser.sys on Windows 7 Embedded, installed but not found

I've installed a barcode reader on a Windows 7 machine: it is configurated with virtual serial port mode.我在 Windows 7 机器上安装了条形码阅读器:它配置了虚拟串口模式。
At the initial moment the driver was not found;在最初的时刻没有找到司机; looking in the Windows folders I did not find the usbser.sys file.在 Windows 文件夹中我没有​​找到 usbser.sys 文件。
So I installed the following package:所以我安装了以下包:

pkgmgr /ip /m:winemb-inf-mdmcpq.cab

Looking in the Windows folders now I find the usbser.sys in a couple of locations such as System32\\DriverStore\\FileRepository... and winsxs... folders.现在查看 Windows 文件夹,我在几个位置找到了 usbser.sys,例如 System32\\DriverStore\\FileRepository... 和 winsxs... 文件夹。
Still the driver for the barcode reader is not found.仍然没有找到条形码阅读器的驱动程序。
I took a look inside the device and it has as compatible IDs:我查看了设备内部,它具有兼容的 ID:

USB\Class_02&SubClass_02&Prot_01
USB\Class_02&SubClass_02
USB\Class_02

Is it not sufficient to try to locate the usbser.sys driver?尝试定位 usbser.sys 驱动程序还不够吗?

I solved writing a inf file where I specified the USB VID and PID of the device.我解决了在指定设备的 USB VID 和 PID 的地方编写一个 inf 文件。
In this way the serial driver was loaded and a port number was assigned.以这种方式加载串行驱动程序并分配端口号。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用 usbser.sys 冻结 SerialPort.Open / DeviceIoControl / GetcommState - Freeze on SerialPort.Open / DeviceIoControl / GetcommState with usbser.sys Windows XP Embedded-RS485问题 - Windows XP embedded - RS485 problems Windows Embedded CE的串行端口间谍 - Serial Port Spy for Windows Embedded CE Windows XP嵌入式版本上System.IO.IOException的原因是什么? - What is the cause of System.IO.IOException on windows XP embedded version? Windows 10:打开虚拟串行端口时,即使它存在,也会出现ERROR_NOT_FOUND吗? - Windows 10: ERROR_NOT_FOUND when opening a virtual serial port even though it exists? 使用 Windows API 配置串口:CreateFile 失败,错误 2 (ERROR_FILE_NOT_FOUND) - Configuring serial port with Windows API: CreateFile failed with error 2 (ERROR_FILE_NOT_FOUND) 在 Windows Mobile 6 Device Emulator 中映射虚拟串口时找不到端口 - Port not found when mapping a virtual serial port in Windows Mobile 6 Device Emulator 嵌入式linux串行终端多路复用器 - embedded linux serial terminal multiplexer 用于SAM7串行的嵌入式Linux USB驱动程序 - Embedded Linux USB driver for SAM7 serial 将字符串发送给串行端口作为嵌入式设备的命令 - Send a String to serial port as a command for embedded device
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM