Hello everyone,
I´m using datasource ASCII serial to read the COM port and get a string from it.
My string is like this:
L1,3,5,0,5,80,40,31,0,0,0,0,512,412,213,900<LF>
I´ve made the datapoint REGEX to be on this syntax and tested it in some online regex testers (regexpal.com) :
[^;,]*
But when I turn on the datasource it displays a message of No Group 1.
I´ve set the stop mode with the LF caracter.
Anyone can give me an insight of what it may be occuring ?