Wednesday , November 5 2025

#6 – Receiving integer and floating values from serial port?

If we need to receive integer values from serial port, we can use “stdlib.h” as includes and then atoi, atof etc. functions to convert string values to integer or floating values.

Example:
Includes;

While;

Check Also

#8 – Stm32 Multiport Printf?

When it comes to send data thorough multi-serial port by using printf, how it can …