Parse Serial Data to Tag Name and Value
Posted: Tue Jul 14, 2015 10:15 am
This is ONLY a script module that can be imported and adapted for a program. It will parse serial data using a string split command, splitting on "=". For example you could send "Pressure=20", which would create a tag named Pressure and give it the value of 20.