Microcontroller › PIC › PIC16F877a › Multiple UART
July 31, 2018 at 10:53 am
#14883
Participant
Yes, you can. You have two options.
- Multiplex UART using IC 74HC4052
- Using Software UART, which means that you can program any GPIO pin of PIC as UART. MikroC Pro provides built in library for that.