nareshec
Newbie level 4
Hello friends... I am trying to establish 2 independent serial transmission links using 2 separate PICs and receive those two transmitted bytes by a single PIC having 2 USART. I am using an interrupt based approach, so when a byte is received, it handles the received byte and display it. Is there a better idea or experience dealing with 2 USART?
Also, I wish to transmit these two received bytes on the PIC to the PC. Can I transmit 2 parallel lines to the PC or I have to use only one transmission line and send the data one bye one in loop?
Everything is just one way transmission. Simply, receive 2 different data, display it, and then transmit the same data to the PC.
Thank you for your support
Also, I wish to transmit these two received bytes on the PIC to the PC. Can I transmit 2 parallel lines to the PC or I have to use only one transmission line and send the data one bye one in loop?
Everything is just one way transmission. Simply, receive 2 different data, display it, and then transmit the same data to the PC.
Thank you for your support