How to direct printf() in USB Host library into Virtual Communication Port?
So I notice when I configure my STM32F769 Discovery board as USB Host, the generated middleware already have built in logging USBH_UsrLog() which is handy.But looking at it definition on the macro, basically it wrap standard printf() like following:#...