zephyrproject-rtos / gsoc-2022-arduino-core

Arduino Core Zephyr Module (GSoC 2022 Project)
Apache License 2.0
44 stars 11 forks source link

Serial: Add support for setting up baudrate #42

Closed DhruvaG2000 closed 1 year ago

DhruvaG2000 commented 2 years ago

inside Serial.begin() we can implement baudrate perhaps using:

soburi commented 1 year ago

@DhruvaG2000 This issue may solve with #64. Could you confirm it?

DhruvaG2000 commented 1 year ago

@soburi thanks for the reminder, I tested on arduino nano 33 ble sense, with 9600 and 115200 baudrates, setting the baudrate in setup does indeed reflect in reality. Hence, closing this.