You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been testing the reaction time of the serial port. I'm sending a single byte to the ESP32, and answer with another byte. Measuring with a scope, there is around 26ms between the end of the request and the start of the response, which is a bit underwhelming.
I've tested with the DataReceived event while the Main is infinitely sleeping, as well as a while(true) checking BytesToRead.
Is this the expected reaction time? Or is this coming from the transceiver? Or did I miss a setting?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I've been testing the reaction time of the serial port. I'm sending a single byte to the ESP32, and answer with another byte. Measuring with a scope, there is around 26ms between the end of the request and the start of the response, which is a bit underwhelming.
I've tested with the DataReceived event while the Main is infinitely sleeping, as well as a while(true) checking BytesToRead.
Is this the expected reaction time? Or is this coming from the transceiver? Or did I miss a setting?
Beta Was this translation helpful? Give feedback.
All reactions