Question
Send an array of integers over UART without converting them to string and without the for loop
Is there any way to transmit an array of integers without converting an array of integers into string?
For loop will take time. I want to transmit an array in one go.
