Can I send all data in series over UART from microprocessor? What is the UART opcode for that?
Each byte set value message is a separate message, but you can set a byte array with the opcode 0xDF. If component needs a 16 bit word and not two bytes, you could just use a Word variable. If you are displaying the date and time as a string, you could just write it out as a string variable.
Please login or Register to submit your answer