Extract value from serial port string data

Hi All,

I got a data from PLC using serial communication. The data that i got is @00EX01520063FFFF5E*.
How can i extract value from the buffer. I just need the data in between @00EX and 5E* .

Have a look at https://flows.nodered.org/node/node-red-contrib-string

1 Like

Thanks colin. Problem solved.