Enable monitoring in serial data source.
-
Hi All,
I have a serial data source collecting points from a wireless sensor module.
I was previously using the HTTP receiver source which allowed me to monitor data coming in and create the necessary data points.
Is there any way to enable serial port monitoring in the latest version (2.4.2)?Cheers,
Matt. -
You can use the Serial data source to parse the values out of the serial stream. If you post the example serial stream we can help you with the regex. The help popup on the Data Source setting will also be helpful along with this thread: http://forum.infiniteautomation.com/forum/posts/list/1616.page#6603
Joel.
-
Hi Joel,
I can receive and send data thru the serial port from Mango so my regex is sound.
I would just like to be able to see the raw data stream thru the serial port so I can see my debug messages, data that I have not created data points for, etc.Cheers,
Matt.