I posed a question about writing a specific plugin, havent gotten any takers on it and that's okay, but how about if I ask a more direct question about Python scripting:
I have some example code for some hardware I am interfacing with. I am able to dump it into a Python Script Event, and it reads my sensor data, and dumps it out to the EG log (lefthand pane of the app), but it is dumping as informational, so it's not really usable in terms of triggering events from that data. This data is coming from "Print" statements in the code. Can I use something other than "print", to have it then generate an event string in EG? Here's an example of what I am working with:
In the foreground is part of the Python script, and you can see in the background log, that it is outputting the data
But, rather than just "print" it, how can i get that data to be actual events?