> For the complete documentation index, see [llms.txt](https://docs.vrsoft.com.br/vrmaster/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vrsoft.com.br/vrmaster/equipamentos-homologados/configuracao-leitor-biometrico-control-id-idbio.md).

# Configuracao Leitor Biometrico Control Id Idbio

## **ARQUIVOS NECESSÁRIOS**

DLLs testadas e homologadas com o firmware até a versão 1.4.0 do leitor.

* [Clique aqui para baixar o driver e as Dlls.](https://drive.google.com/file/d/1q2O-eh6yngQB8sE1bnV6Yg3Hab9WtX6K/view?usp=sharing)

## **INSTALAÇÃO**

* Descompacte o arquivo ControlID\_IDBio.zip.
* Copie a dll cidbio.dll para a pasta c:/windows/system32 ou c:/windows/SysWOW64 caso seu sistema operacional seja 64 bits.
* Execute a instalação do driver do equipamento através do Gerenciador de Dispositivos no Windows.
* Abra o VRMaster.
* Acesse o menu: PDV > Parâmetro > Aba Periféricos > Aba Biometria.
* Selecione o campo "Modelo Biometria" como: "CONTROL ID".
* Salve as alterações.

**OBS: É necessário manter o Firmware do equipamento atualizado para o funcionamento correto do mesmo.**

## **ATUALIZAÇÃO DO FIRMWARE**

* Faça o download do SDK.[Clique aqui para realizar o download.](https://www.controlid.com.br/idbio/IDBIO_SDK.zip)
* Faca o download do firmware atual. [Clique aqui para realizar o download.](https://www.controlid.com.br/idbio/IDBIO.zip)
* Descompacte o arquivo do SDK.
* Entre em example > C# > Bin, execute o arquivo CaptureExample.exe
* Na tela principal do aplicativo, após ele reconhecer o leitor, clique em Update IdBio.
* Na janela que se abrirá selecione o arquivo do firmware.
* Aguarde a finalização do progresso.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.vrsoft.com.br/vrmaster/equipamentos-homologados/configuracao-leitor-biometrico-control-id-idbio.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
