I am a beginner with Serial port and want to get more ideas for it. I would like to know, if it is possible that, the device at one side of Serial Connecting makes and send a request, for instance add(a, b), the other device at the other side of Serial Connecting receives the request, processing it (calculate it) and later return the result to the first device. We assume that in the second device exist a program with the function add(int a, int b).
Thanks and best regards, Chunya