11 years, 5 months ago.

How to execute Java code with mbed?

I'm trying to capture a snapshot of active screen, whenever a user presses up or down key from keyboard. I have written a code of screen capture in java. Now i'm trying to execute that java application through mbed whenever up or down key is pressed. Need help interfacing java code with mbed.

1 Answer

11 years, 5 months ago.

You may find these cookbook pages on using RPC with your mbed useful.