9 years, 5 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:

Erik - / MODSERIAL Featured
MODSERIAL with support for more devices Buffered, MODSERIAL, Serial

1 Answer

9 years, 5 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.

Accepted Answer