Are there any lightweight analogues to CORBA/RPC for embedded programs?
Posted
by Mtr
on Stack Overflow
See other posts from Stack Overflow
or by Mtr
Published on 2010-04-16T22:48:46Z
Indexed on
2010/04/16
22:53 UTC
Read the original article
Hit count: 176
I am writing embedded applications for different hardware (avr, arm7, tms55xx…) and different rtoses (freeRTOS, rtx, dsp/bios). And every second of them needs to communicate with PC or another digital device. Sometimes interactions logic is very advanced. So I'm interesting in common methodology (like state-machine programming style), protocol specification or library, that could simplify developing such things.
© Stack Overflow or respective owner