cancel
Showing results for 
Search instead for 
Did you mean: 

Send an array of integers over UART

AKhot.1
Senior

I want to send an array of integers over UART in one go. I was able to do this using for loop as below.

AKhot1_0-1690178079538.png

But I want to do it without for loop as it is taking time to send over UART. How to send the integer data over UART in one go?

This is the data I want to send

AKhot1_1-1690178406237.png

 

11 REPLIES 11

I am getting the data like this. How to extract decimal values from this?

AKhot1_0-1690279551452.png

 

The data I want to send is a 32bit decimal value.