You are reading a single comment by @StuntMonkeh and its replies. Click here to read the full conversation.
  • I see what you mean. The only reason for choosing UART4 is that those pins are UART only and no PWM.
    So to use UART4 I guess I need to drop in something like this:

    Serial4.setup(9600, {rx:C11,tx:C10});
    
About

Avatar for StuntMonkeh @StuntMonkeh started