Hello,
I would like to control Arduino using System Modeler and ModelPlug. But I do not want to be tied by ModelPlug and Firmata. I do not want to be only possible to turn on / off specific pin but I want to run own function on Arduino. For example it would be sufficient if ModelPlug can send to Arduino (to serial port) specified character and on Arduino there should be short program that describes what Arduino do when it receives this character (something like custom Firmata). I have few ideas how to do this but I think that they are quite complicated. Is it possible to do own component to ModelPlug that only send / receive "control" characters? Or do you have different idea?
Thank you very much!