{"id":19937159,"url":"https://github.com/my-python-projects/serialuz","last_synced_at":"2025-10-25T06:19:38.916Z","repository":{"id":251268028,"uuid":"832648458","full_name":"my-python-projects/SeriaLuz","owner":"my-python-projects","description":"SeriaLuz is a Python application for serial communication and data monitoring with support for real-time graphs and advanced settings. The application uses Tkinter for the graphical interface and Matplotlib for real-time plotting. ","archived":false,"fork":false,"pushed_at":"2024-08-01T18:53:33.000Z","size":612,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-12T03:02:12.877Z","etag":null,"topics":["contator","jprogram","matplotlib","modbus","pymodbus","pyserial","python","python3","rs485","serialuz","tkinter","tkinter-python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/my-python-projects.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-23T12:50:54.000Z","updated_at":"2024-12-04T00:10:19.000Z","dependencies_parsed_at":"2024-08-01T22:14:02.076Z","dependency_job_id":"68e28085-2338-41e2-9158-73e7187d04b9","html_url":"https://github.com/my-python-projects/SeriaLuz","commit_stats":null,"previous_names":["my-python-projects/serialuz"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/my-python-projects%2FSeriaLuz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/my-python-projects%2FSeriaLuz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/my-python-projects%2FSeriaLuz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/my-python-projects%2FSeriaLuz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/my-python-projects","download_url":"https://codeload.github.com/my-python-projects/SeriaLuz/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241365191,"owners_count":19951115,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["contator","jprogram","matplotlib","modbus","pymodbus","pyserial","python","python3","rs485","serialuz","tkinter","tkinter-python"],"created_at":"2024-11-12T23:31:15.520Z","updated_at":"2025-10-25T06:19:33.855Z","avatar_url":"https://github.com/my-python-projects.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# SeriaLuz\n\n![Logo](img/logo.png)\n\n**Welcome to SeriaLuz!**\n\nTo select your preferred language for reading this README, please choose one of the following options:\n\n- [English](#serialuz)\n- [Português](#serialuz-em-portuguese)\n\n## SeriaLuz\n\n**SeriaLuz** is a Python application for serial communication and data monitoring with support for real-time graphs and advanced settings. The application uses Tkinter for the graphical interface and Matplotlib for real-time plotting. Serial communication is managed through the `pyserial` library, and Modbus communication is facilitated by the `pymodbus` library.\n\n### Features\n\n- **Serial Communication**: Connect to devices via serial ports.\n- **Modbus RTU**: Support for Modbus RTU communication.\n- **Graphical Interface**: User interface with Tkinter for easy configuration and operation.\n- **Real-Time Graphs**: Data visualization with real-time updating graphs using Matplotlib.\n- **Advanced Settings**: Configuration of parameters such as baudrate, data format, parity, etc.\n\n### Installation\n\n#### Requirements\n\n- Python 3.x\n- Python Libraries:\n  - `tkinter`\n  - `matplotlib`\n  - `pyserial`\n  - `pymodbus`\n\n#### Installation Steps\n\n1. **Clone the Repository**\n\n    ```bash\n    git clone https://github.com/my-python-projects/SeriaLuz.git\n    ```\n\n2. **Navigate to the Project Directory**\n\n    ```bash\n    cd SeriaLuz\n    ```\n\n3. **Create and Activate a Virtual Environment (Optional but Recommended)**\n\n    ```bash\n    python -m venv venv\n    source venv/bin/activate  # On Windows, use `venv\\Scripts\\activate`\n    ```\n\n4. **Install the Dependencies**\n\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n### Usage\n\n1. **Run the Application**\n\n    ```bash\n    python main.py\n    ```\n\n2. **Configure the Serial Device**\n\n   - Select the serial port, baudrate, and other parameters in the **Settings** tab.\n   - Click \"Connect\" to establish communication.\n\n3. **Send and Receive Data**\n\n   - Use the **Send and Receive** tab to send commands and receive data from the connected device.\n   - The graph in the send and receive tab will update in real-time with the received data.\n\n### Additional Features\n\n- **Save and Load Settings**: Settings can be saved and loaded from a JSON file for easy reconfiguration.\n- **Information Interface**: Contextual tips are provided through info icons to assist with parameter configuration.\n\n### Contributing\n\nIf you wish to contribute to the project, please follow these steps:\n\n1. **Fork the Repository**\n2. **Create a Branch for Your Feature**\n\n    ```bash\n    git checkout -b my-new-feature\n    ```\n\n3. **Commit Your Changes**\n\n    ```bash\n    git commit -am 'Add new feature'\n    ```\n\n4. **Push to the Remote Repository**\n\n    ```bash\n    git push origin my-new-feature\n    ```\n\n5. **Open a Pull Request**\n\n### License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n\n### Contact\n\nFor any questions or suggestions, please contact [jeffersongomes81@gmail.com](mailto:jeffersongomes81@gmail.com).\n\n---\n\n## SeriaLuz em Português\n\n![Logo](img/logo.png)\n\n**SeriaLuz** é uma aplicação Python para comunicação serial e monitoramento de dados com suporte a gráficos e configurações avançadas. O aplicativo utiliza a biblioteca Tkinter para a interface gráfica e Matplotlib para gráficos em tempo real. A comunicação serial é gerenciada através da biblioteca `pyserial`, e a comunicação Modbus é facilitada pela biblioteca `pymodbus`.\n\n### Recursos\n\n- **Comunicação Serial**: Conexão com dispositivos através de portas seriais.\n- **Modbus RTU**: Suporte a comunicação Modbus RTU.\n- **Interface Gráfica**: Interface de usuário com Tkinter para fácil configuração e operação.\n- **Gráficos em Tempo Real**: Visualização de dados com gráficos atualizados em tempo real usando Matplotlib.\n- **Configurações Avançadas**: Configuração de parâmetros como baudrate, formato de dados, paridade, etc.\n\n### Instalação\n\n#### Requisitos\n\n- Python 3.x\n- Bibliotecas Python:\n  - `tkinter`\n  - `matplotlib`\n  - `pyserial`\n  - `pymodbus`\n\n#### Passos para Instalação\n\n1. **Clone o Repositório**\n\n    ```bash\n    git clone https://github.com/my-python-projects/SeriaLuz.git\n    ```\n\n2. **Navegue até o Diretório do Projeto**\n\n    ```bash\n    cd SeriaLuz\n    ```\n\n3. **Crie e Ative um Ambiente Virtual (Opcional, mas recomendado)**\n\n    ```bash\n    python -m venv venv\n    source venv/bin/activate  # No Windows, use `venv\\Scripts\\activate`\n    ```\n\n4. **Instale as Dependências**\n\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n### Uso\n\n1. **Executar a Aplicação**\n\n    ```bash\n    python main.py\n    ```\n\n2. **Configurar o Dispositivo Serial**\n\n   - Selecione a porta serial, baudrate e outros parâmetros na aba de **Configurações**.\n   - Clique em \"Conectar\" para estabelecer a comunicação.\n\n3. **Enviar e Receber Dados**\n\n   - Use a aba **Envio e Recebimento** para enviar comandos e receber dados do dispositivo conectado.\n   - O gráfico na aba de envio e recebimento será atualizado em tempo real com os dados recebidos.\n\n### Funcionalidades Adicionais\n\n- **Salvar e Carregar Configurações**: Configurações podem ser salvas e carregadas a partir de um arquivo JSON para facilitar a reconfiguração.\n- **Interface de Informação**: Ícones de informação com dicas contextuais são fornecidos para ajudar na configuração dos parâmetros.\n\n### Contribuição\n\nSe você deseja contribuir para o projeto, siga os seguintes passos:\n\n1. **Faça um Fork do Repositório**\n2. **Crie uma Branch para sua Feature**\n\n    ```bash\n    git checkout -b minha-nova-feature\n    ```\n\n3. **Faça Commit das Suas Mudanças**\n\n    ```bash\n    git commit -am 'Adiciona nova feature'\n    ```\n\n4. **Envie para o Repositório Remoto**\n\n    ```bash\n    git push origin minha-nova-feature\n    ```\n\n5. **Abra um Pull Request**\n\n### Licença\n\nEste projeto é licenciado sob a Licença MIT. Veja o arquivo [LICENSE](LICENSE) para mais detalhes.\n\n### Contato\n\nPara qualquer dúvida ou sugestão, entre em contato com [jeffersongomes81@gmail.com](mailto:jeffersongomes81@gmail.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmy-python-projects%2Fserialuz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmy-python-projects%2Fserialuz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmy-python-projects%2Fserialuz/lists"}