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
When running my code on Arduino Due communicating with Triton Core via UART the Arduino processor resets very often when reading or writing on the serial port but only when Binary mode is enabled.
With binary mode disabled no resets are observed and all functions normally , however slowly (approx 20ms to write a command ).
for my application binary mode is required for faster communication .
———-
I don’t observe these issues on a Mega board.
The text was updated successfully, but these errors were encountered:
When running my code on Arduino Due communicating with Triton Core via UART the Arduino processor resets very often when reading or writing on the serial port but only when Binary mode is enabled.
With binary mode disabled no resets are observed and all functions normally , however slowly (approx 20ms to write a command ).
for my application binary mode is required for faster communication .
———-
I don’t observe these issues on a Mega board.
The text was updated successfully, but these errors were encountered: