UART communication between PIC16F18855 and PIC18F45K20

Home Forums Microcontrollers PIC Microcontroller UART communication between PIC16F18855 and PIC18F45K20

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #15288
    Anurag
    Participant

    How can i communicate between 2 microcontrollers ( PIC16F18855 and PIC18F45K20 ) through UART ( in MPLAB Using MCC ). Where i should be able to send an array of data from PIC16 to PIC18 and vice versa

    • This topic was modified 5 years, 4 months ago by Ligo George.
    #15801
    Ligo George
    Keymaster
    1. Use same baudrate in both controllers.
    2. Make sure that ground is common.
    3. You can send data byte by byte.
    4. Make sure that overflow or other UART errors are properly handled.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
>