Search found 1 match

by clipbun
Tue May 07, 2024 7:11 am
Forum: QuickFeather
Topic: how to change the setting in QORC-sdk to use serial port instead of hardware uart for data capture?
Replies: 3
Views: 62460

Re: how to change the setting in QORC-sdk to use serial port instead of hardware uart for data capture?

To use the USB-Serial port for data capture change the settings in Fw_global_config.h file in qf_apps/qf_ssi_ai_app/inc folder as below: #define DEBUG_UART (UART_ID_HW) // Set the output of debug messages #define UART_ID_APP (UART_ID_USBSERIAL) // Set the output for application messages Many thanks...