Can any one write c program for sending 10 byte of data serially in micro controller...
and 10 byte data should be declared in header file... can anyone tell me how to write header file...
"and create the header file 10 byte data using union."
file.h:
union u {char byte_data[10];};