Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
I'm experienced in C, but don't know squat about c++. I'm trying to use mbed as a real-time coprocessor to a linux SBC that does the big picture thinking (linking the two w/ eth udp's). I have the ethernet working fine using a simple udp example. I've managed to combine the RTOS layer and the ethernet and all is good. However when I do anything with serial using SerialBuffered or ModSerial (to implement multiple serial channels in addition to the USB channel) I seem to get wrapped around the axle. Can anyone recommend a simple serial paradigm/codebase that uses just C so I'm not guessing at how to use c++? I will take my lumps and patiently read flames that suggest that I should learn c++, however I would appreciate more tolerant helpful answers. cheers from Baghdad (temporarily)