Say you want to be careful about defining a union where one member is a "byte" array which overlays a structure. You use and types like uint8_t. Also, you are sending the structure serially, one '8-bit-byte' at a time:
typedef struct tagTTxCom..
↧