Commit Graph

6 Commits

Author SHA1 Message Date
Miguel 835bfc0383 Mejorado de la simulacion de eventos con error 2025-05-30 23:01:16 +02:00
Miguel a28f02b4c9 Add TCP-Server support and enhance connection management
- Implement TCP-Server connection type in ConfigManager and ConnectionManager.
- Update MaselliApp to handle TCP-Server mode, including UI adjustments.
- Modify NetComTab to prevent operation in TCP-Server mode.
- Enhance SimulatorTab to manage client connections and data sending for TCP-Server.
- Update trace_tab.py to ensure compatibility with TCP-Server.
- Improve logging functionality in utils.py to limit log lines.
2025-05-26 16:12:57 +02:00
Miguel 0caea3ddc0 Agregado de Volt a Valores Actuales 2025-05-23 12:34:43 +02:00
Miguel 1266fa705d Enhance NetCom configuration options and improve data handling
- Added support for additional NetCom parameters: data bits, parity, stop bits, and flow control options (RTS/CTS, DSR/DTR, XON/XOFF).
- Updated configuration loading and saving to include new parameters.
- Improved data handling in NetComTab for better byte management and logging.
- Refactored message parsing and sending to accommodate new data types and formats.
2025-05-23 12:20:38 +02:00
Miguel e1c9199cb5 Modularizacion y Agregado de NetCom 2025-05-23 10:15:04 +02:00
Miguel 163a7bacbc Add configuration and trace files for Maselli simulator
- Added icon image for the application.
- Created a new configuration file `maselli_simulator_config.json` with TCP connection settings and parameters for the simulator.
- Added a CSV file `maselli_trace_20250522_214450.csv` to store trace data with headers for Timestamp, mA, Brix, and Raw_Message.
2025-05-22 21:46:28 +02:00