Skip to content

out redirection #2856

Aug 2, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Please don't open an issue to ask a question.
Converted to question.
Supported USARTs are those that output data to a useful port in those supported boards; usually the port connected to the USB to serial interface in that board. If, for some reason, you want to use a different USART, then:

  • read your device user manual
  • open hal.h in the existing example for your device
  • add setup code for your desired UART in your device
  • #define UART_DEBUG yourdesiredUART

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@stefanardo
Comment options

Answer selected by scaprile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2855 on August 02, 2024 11:14.