Serial Input from MicroEJ

Hello,

Is there any way to get input from a serial connection? For example to get keyboard input from user in a PC.
For the moment I am using a native function in C with an scanf but I would like to use another option if possible.

Thanks,

Oscar

Hi @oscar.munoz ,

You can find an example of serial connection use and especially a UART reader here:

You can also find more information about ECOM-COMM here: ECOM Comm — MicroEJ Documentation

Have a nice day!
Gaëtan for MicroEJ