Ok, i try this: (thinking to eliminate \n and finalice with ;)
Message Terminator: ;
Message Regex: MTX_SMS(.*?);
'MODEM SERIAL': Recieved message: MTX_SMS(.*?); does not match pattern: ^MTX_SMS +56952284556,CAL002 - ALARMA DETECTADA CALDERA;
And too try this:
Message Terminator: \n
Message Regex: MTX_SMS(.*?);\n
and 'MODEM SERIAL': Recieved message: MTX_SMS(.*?);\n does not match pattern: ^MTX_SMS +56952284556,CAL002 - ALARMA DETECTADA CALDERA;
not work the match pattern