> 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/instalacao-sinalizador-toshiba.md).

# Instalacao Sinalizador Toshiba

## **VISÃO GERAL**

O TEC Hybrid Peripheral é um pacote composto por drivers e APIs fornecidos pela Toshiba, destinado ao controle de periféricos físicos de quiosques e PDVs, como LEDs de sinalização. A integração é realizada por meio de DLLs nativas do Windows, utilizadas pelo VRPdv durante a execução.

## **ARQUIVOS NECESSÁRIOS**

* [Instalador Windows 32.](https://drive.google.com/file/d/1qphQ8JTCW_n_beY5C8u-r-rjxTK8hzmo/view?usp=sharing)
* [Instalador Windows 64.](https://drive.google.com/file/d/1gMzFYDHfLwTeRENBmwM0Na1WyB1H78Cn/view?usp=sharing)
* [DLL´s](https://drive.google.com/file/d/10X-1K-m9caDJuL6_IQsZcZkWRLwwetLo/view)

## **PRÉ-REQUISITOS**

Antes de iniciar a implantação, certifique-se de que:

* Sinalizador Toshiba modelo TCx 810
* O sistema operacional Windows esteja devidamente atualizado;
* O VRPdv esteja instalado ou pronto para instalação (Versão 4.5.0-3 ou superior);
* Haja permissão administrativa para instalação de drivers e substituição de arquivos de sistema;
* Seja conhecida a arquitetura do sistema operacional (32 ou 64 bits).

## **INSTALAÇÃO**

**Instalação em Ambiente Windows 32 bits**

* Quando o sistema operacional for Windows 32 bits, a instalação do TEC Hybrid Peripheral deve ser realizada utilizando o executável disponível no [Link](https://drive.google.com/file/d/1qphQ8JTCW_n_beY5C8u-r-rjxTK8hzmo/view?usp=sharing)
* Após o download, execute o instalador e siga as instruções apresentadas na tela até aconclusão do processo.

**Instalação em Ambiente Windows 64 bits**

* Quando o sistema operacional for Windows 64 bits, a instalação do TEC Hybrid Peripheral deve ser realizada utilizando o executável disponível no [Link](https://drive.google.com/file/d/1gMzFYDHfLwTeRENBmwM0Na1WyB1H78Cn/view?usp=sharing).
* Após o download, execute o instalador e conclua o processo conforme as instruções do assistente de instalação.

**Ajustes Pós-Instalação para Compatibilidade**

* O VRPdv é compilado em Java de 32 bits, o que impede a comunicação direta com DLLs de 64 bits.
* Para garantir a compatibilidade em ambientes Windows 64 bits, após a instalação do TEC Hybrid Peripheral x64, deve-se realizar o seguinte procedimento:

1. Acesse a pasta C:\Windows\SysWOW64;
2. Substitua as DLLs e o executável CmnInterfaceService.exe existentes pelos arquivos correspondentes disponíveis no [Link](https://drive.google.com/file/d/10X-1K-m9caDJuL6_IQsZcZkWRLwwetLo/view)
3. Confirme a substituição dos arquivos quando solicitado;
4. Reinicie o sistema operacional para garantir que as alterações sejam aplicadas corretamente.


---

# 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/instalacao-sinalizador-toshiba.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.
