Commit Graph

4 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 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