Send an array of integers over UART
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-07-23 11:00 PM
I want to send an array of integers over UART in one go. I was able to do this using for loop as below.
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
Solved! Go to Solution.
11 REPLIES 11
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-07-25 3:06 AM
I am getting the data like this. How to extract decimal values from this?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-07-25 3:07 AM
The data I want to send is a 32bit decimal value.

- « Previous
-
- 1
- 2
- Next »