Go to file
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
.doc Modularizacion y Agregado de NetCom 2025-05-23 10:15:04 +02:00
tabs Enhance NetCom configuration options and improve data handling 2025-05-23 12:20:38 +02:00
.gitignore Modularizacion y Agregado de NetCom 2025-05-23 10:15:04 +02:00
MaselliSimulatorApp.py Modularizacion y Agregado de NetCom 2025-05-23 10:15:04 +02:00
config_manager.py Enhance NetCom configuration options and improve data handling 2025-05-23 12:20:38 +02:00
connection_manager.py Enhance NetCom configuration options and improve data handling 2025-05-23 12:20:38 +02:00
icon.png Add configuration and trace files for Maselli simulator 2025-05-22 21:46:28 +02:00
main.py Modularizacion y Agregado de NetCom 2025-05-23 10:15:04 +02:00
maselli_app.py Modularizacion y Agregado de NetCom 2025-05-23 10:15:04 +02:00
maselli_simulator_config.json Enhance NetCom configuration options and improve data handling 2025-05-23 12:20:38 +02:00
maselli_trace_20250522_214450.csv Add configuration and trace files for Maselli simulator 2025-05-22 21:46:28 +02:00
protocol_handler.py Enhance NetCom configuration options and improve data handling 2025-05-23 12:20:38 +02:00
requirements.txt Modularizacion y Agregado de NetCom 2025-05-23 10:15:04 +02:00
run.bat Modularizacion y Agregado de NetCom 2025-05-23 10:15:04 +02:00
utils.py Modularizacion y Agregado de NetCom 2025-05-23 10:15:04 +02:00