Search found 2 matches
- Sun Mar 03, 2024 10:54 pm
- Forum: ESP32 Arduino
- Topic: Serial Communication: Sending 3 Integers
- Replies: 4
- Views: 2253
Re: Serial Communication: Sending 3 Integers
Thanks for the help. I've never used Json before, but I'm looking into it now. Question: is there a speed limit when sending Integers like this between boards using serial communication? For example, could I send/receive 3 Integers every 10 microseconds if I wanted to? At what point would the commun...
- Sun Mar 03, 2024 6:44 am
- Forum: ESP32 Arduino
- Topic: Serial Communication: Sending 3 Integers
- Replies: 4
- Views: 2253
Serial Communication: Sending 3 Integers
Hello- I'm trying to send 3 Integers from an Esp32 Controller to an Esp32 Receiver. I'm having a hard time understanding how to identify each Integer, so that the Receiver interprets them in the correct order. Do I need to send some kind of identifier with each Integer? I'm sending these 3 Integers ...