I'm working on new driver for Optec IFW Filterwheel, when I testing the possibilty to write on EEPROM the Filters name (red, green and so...) I typing by mistake a " < " char in teh text box.
WIth that one in the string, when I click to set button, the indi control panel crash!
To check if it was not my function the root cause, I tested with the indi_simulator_focus, and type in the port property the " < " and I've got the same issue. I suppose this is a parsing issue. Even with debug active, the indi_sim.. in /tmp as no information,
Is possible to add some control (regular expression ?) to the class to avoid such not valid char?
WIth that one in the string, when I click to set button, the indi control panel crash!
To check if it was not my function the root cause, I tested with the indi_simulator_focus, and type in the port property the " < " and I've got the same issue. I suppose this is a parsing issue. Even with debug active, the indi_sim.. in /tmp as no information,
Is possible to add some control (regular expression ?) to the class to avoid such not valid char?