Hi,
I'm trying to use Picocom to monitor the logs from my firmware.
I'm writing a HID firmware and compiling Nuttx, which all works, however I don't see how to view my logs in real-time so I can debug the log output coming from my Firmware.
I have code that looks like this:
vdbg(...)
How can I monitor those log statements in real time?
Best,
Aaron