8 years, 10 months ago.

Sample code of PC side and Target side using RPC Serial Interface

Hi All,

I am new to mBed Platform. I am trying learn RPC using Serial Port. I have gone through some of example code which available. I wanted to have sample code which call the user define function from PC. The function should be defined/developed on target board.

Regards, guru

1 Answer

8 years, 10 months ago.

I'm not sure I understand your question. The code you write and load from the mbed compiler will always run on your mbed device, the "pc" object you see in many of the programs exists on your platform. That object is communicating from your mbed with your pc, normally through a serial terminal.