Faster way to print data over USB on Nano 33 BLE Sense

I read that baud rate setting doesn’t even do anything on the Arduino Nano 33 or Portenta H7 boards because their Arm based MCUs have native usb which is functioning as virtual com…

I can try lower baud rate setting and see if it is slower.

What I want is a more direct way to achieve the print though. Like using mbed os code or NRF SDK code.