Hi everyone,
i am trying to connect a Device to the Arduino Due, that communicates via USART. USART uses the Clock for synchronisation, but with the Serial.begin function I cant activate the clock. Is there a way to configure and activate USART on the Arduino Due?
Thank you!!
USART0, USART1, USART2, USART3 are activated thru Serial1, Serial2, Serial4 and Serial3.
Oh thank you for the quick response, but is then also the clock activated?
The selected USART peripheral will be activated with the correct baud rate provided with Serialx.begin().