Choosing Arduino CLI terminal Monitor Buadrate

Hello everyone,

working on a arduino project and for convenience I am using VS IDE and arduino-cli to compile,upload etc. I finally found out how to set baudrate of the monitor because the default value is 9600:

arduino-cli monitor -p COM4 -c 115200
(to set baudrate)

Hope it helps anyone.

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.