> 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-impressora-sweda-si-300s-linux.md).

# Instalacao Impressora Sweda Si 300S Linux

## **ARQUIVOS NECESSÁRIOS**

* [Clique aqui para baixar o driver.](https://drive.google.com/file/d/1TMaW3vuhfpCJA-fVT9_Z2AkhbvwJ3S0V/view?usp=sharing)

## **INSTALAÇÃO**

* Para realizar a instalação da impressora SWEDA SI-300S emulando uma porta COM virtual com cabo USB é necessário habilitar o jumper 8 do DIPSwitch 1 conforme imagem abaixo.
* Desligue a impressora, abra a pequena tampa localizada na parte inferior da impressora, faça a alteração do Jumper e feche a tampa.

![](/files/htVfkBwlTFwugMMn96wb)

* Mantenha pressionado o botão FEED e ligue a impressora até que o auto teste seja impresso.
* Visualize a impressão da tabela do DIPSwitch para confirmar a alteração do jumper 8.
* Abra o terminal e execute o comando: **dmesg | grep tty**
* Será listado todos as portas dos dispositivos USB conectados em seu computador. (Será emulado uma **ttyACM** com o número da porta).
* Conecte o cabo USB em seu computador e ligue a impressora.
* Execute novamente o comando **dmesg | grep tty** e verifique qual porta será atribuída à sua impressora. Essa será a mesma porta utilizada na instalação do driver no próximo passo.
* Fazer o download do driver, extrair o arquivo em seu computador. Para extrair o arquivo execute o comando: **tar -xf nome do arquivo baixado**.
* Abra o terminal e execute o arquivo extraído **SWEDA\_Receipt\_Printer\_Driver-Linux-32bits-Install**.
* Durante o processo de instalação informe o tipo de comunicação SERIAL e o número da porta que identificamos anteriormente.
* Abrir o PDV, configurar a impressora para o modelo SWEDA USB. Após reiniciar o PDV sua impressora SWEDA SI-300S estará pronta para utilização.


---

# 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-impressora-sweda-si-300s-linux.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.
