5 years ago.

Recommended MODSERIAL library for MBED OS 5 and B-L475E?

I have tried to use a few different libraries for MODSERIAL and I haven't had any success. None of them seem to compile using my target (B-L475E) and toolchain (GCC_ARM), including this one: https://os.mbed.com/users/Sissors/code/MODSERIAL/docs/tip/group__API.html

Are there any recommendations on how I can get this up and running quickly? I need a software buffer for about 40 characters coming from the serial port connected to host.

1 Answer

5 years ago.

Hi there,

not working because your target is probably not in the list of supported targets.

Here https://os.mbed.com/users/Sissors/code/MODSERIAL/ you can check folder with name "device". In this folder exist file with name "AddingDevice.h" and this is a guide how to add new target.

Best regards J.