3.1.8 RNBD Transparent UART Application PIN Settings:

  • PIC18F47Q10 MCC Configuration - Transparent Serial Example

    Set Device Selection to RNBD as shown in below image

    Make sure Sample Example Toggle button was Enabled

    Expand Reference Examples and Select Transparant UART application

Since PIC18F47Q10 has only Two Instance of EUSART's the second EUSART was loaded Automatically for CDC UART (If Device has more Number of Instances will be listed accordingly to select the respective EUSART's)

Note:
  • Transparent UART Application uses two instance EUSART1 & EUSART2 for data transfer
  • Make sure Interrupt Driven was enabled for both EUSART1 & EUSART2.
  • Important: EUSART Rx1/Tx1 & Rx2/Tx2 Uncheck Analog, Slew Rate & Input Level Control checkboxes as shown below.

Configuration for PIC Transparent UART was completed click here for code generation steps.