Hi All, I have some communication protocol with PC(RS232), and I'd like to call functions remotely. Any smart ideas, how to pass them? Or if someone had attempts and has comments on it? Thanks, Vladimir
It'd all have to be in your protocol; eg, Message X contains n values, and causes function x() to be called with those values as parameters. You may want a response X' for any return value(s).