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.