Tag: C Code
-
Data Serialization in C Language for Embedded System
Serializing data is way of sending a byte of data one bit at a time through a single pin of microcontroller. There are two ways to transfer a byte of data serially : 1. Using the serial port. In using serial port, the programmer has very limited control over the sequence of the data transfer…