- Perto S.a. Perifericos Para Automacao Driver Download For Windows 10
- Perto S.a. Perifericos Para Automacao Driver Download For Windows 7
If your operating system is 32-bit, you must download 32-bit files, because 64-bit programs are unable to run in the 32-bit operating system. There is a special case that, the operating system is a 64-bit system, but you are not sure whether the program is 32-bit or 64-bit. Encontre aqui os melhores programas e jogos gratuitos para Windows, Android e iOS (iPhone e iPad).
-->Siga as etapas abaixo para adicionar drivers de terceiros (USB) para dispositivos periféricos, como modems de banda larga móvel USB, impressoras, scanners, etc.Follow the steps below to add third-party drivers (USB) for peripheral devices such as USB Mobile broadband modems, printers, scanners etc.
Etapa 1: obter drivers do PCStep 1: Get Drivers from PC
A etapa é obter a versão x86 dos drivers do PC.The Step is to get the x86 version of the drivers from PC.Para o ARM, entre em contato com o fornecedor do periférico para obter os arquivos sys/inf.For ARM, please contact the supplier of the peripheral to get the sys/inf files.
Conectar o dispositivo ao computador WindowsConnect the device to the windows PC
Instalar o driver para o dispositivo no PCInstall the driver for the device on the PC
Vá para Device Manager, selecione este dispositivo (listado em controladores de barramento serial universal) e clique com o botão direito do mouse e selecione Propriedades.Go to Device Manager, select this device (listed under Universal Serial Bus controllers) and right click and select Properties.
Vá para a guia Driver na janela Propriedades e clique em detalhes do driver.Go to Driver tab in the Properties window, and click on Driver Details.Observe os arquivos sys listados lá.Note the sys files listed there.
Copie os arquivos sys do
C:Windowssystem32
e também do arquivo inf relacionado doC:WindowsInf
.Copy the sys files fromC:Windowssystem32
and also the related inf file fromC:WindowsInf
.Você pode encontrar o arquivo inf pesquisando a referência de arquivo sys nos.inf
arquivos.You can find the inf file by searching for the sys file reference in the.inf
files.Talvez seja necessário copiar arquivos adicionais listados no inf e eles serão listados no arquivo de inf_filelist.txt criado ao usarinf2pkg.cmd
na próxima etapa.You may need to copy additional files listed in the Inf and these will be listed in the inf_filelist.txt file created when usinginf2pkg.cmd
in the next step.
Etapa 2: criar um pacote de driverStep 2: Create a driver package
O pacote de driver contém as referências (InfSource) ao arquivo inf para o driver e também lista todos os arquivos referenciados no arquivo inf.The Driver package contains the references(InfSource)to the Inf file for the driver and also lists all the files referenced in the Inf file.Você pode criar o driver .wm.xml usando Add-IoTDriverPackage.You can author the driver .wm.xml using Add-IoTDriverPackage.
Perto S.a. Perifericos Para Automacao Driver Download For Windows 10
New-IoTInf2Cab cria o arquivo XML do pacote e também cria o arquivo CAB diretamente.New-IoTInf2Cab creates the package xml file and also builds the cab file directly.
Observação
Drivers m-audio mobile phones & portable devices. O Windows IoT Core dá suporte apenas a inf universal e a drivers universais.Windows IoT Core only supports Universal INF and Universal Drivers.
Consulte também: pacote de driver de exemploSee also: Sample Driver Package
Etapa 3: instalar no dispositivoStep 3: Install on device
- Conectar-se ao dispositivo (usando SSH ou usando o PowerShell)Connect to the device (using SSH or using PowerShell)
- Copie o
arquivo. cab para o dispositivo em um diretório, digamos C:OemInstall Copy the.cab file to the device to a directory say C:OemInstall - Inicie o preparo do pacote usando o
applyupdate -stage C:OemInstall<filename>.cab
.Initiate staging of the package usingapplyupdate -stage C:OemInstall<filename>.cab
.Observe que essa etapa é repetida para cada pacote, quando você tem vários pacotes para instalar.Note that this step is be repeated for each package, when you have multiple packages to install. - Confirme os pacotes usando
applyupdate -commit
.Commit the packages usingapplyupdate -commit
.
O dispositivo será reinicializado no sistema operacional de atualização (mostrando engrenagens) para instalar os pacotes e será reinicializado novamente para o sistema operacional principal.The device will reboot into the update OS (showing gears) to install the packages and will reboot again to main OS.Esse processo pode levar alguns minutos.This process can take a few minutes.
Etapa 4: verificar o status do driverStep 4: Check status of driver
Perto S.a. Perifericos Para Automacao Driver Download For Windows 7
Iniciar o PowerShellLaunch the PowerShell
Você pode obter o status dos drivers instalados usando o seguinte commandlets do PowerShellYou can get the status of the installed drivers using the following PowerShell commandlets