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.
10 years, 10 months ago.
Support for LPC1114?
I've been playing around with the LPC1114 DIP chip, following this tutorial (http://developer.mbed.org/users/ytsuboi/notebook/getting-started-with-mbed-lpc1114/), and I would like to include MODSERIAL in my program to buffer the data. I've looked at AddingDevice.h, but unfortunately it's too difficult for me. I hope support will be added for the LPC1114 soon!
Question relating to:
1 Answer
10 years, 10 months ago.
It probably shouldn't be too much work, however if you just need the buffered part, have a look at http://developer.mbed.org/users/sam_grove/code/BufferedSerial/. Does that meet your requirements maybe? That should work on every target.