Hi.
I was just wondering. If I have a RFID module which uses a UART and a MP3 board which uses Uart too, is it possible to use a PIC which only has one uart.
This might work by the RX uart connecting to the RFID module since I think that only sends data to the PIC and doesn't receive anything. The MP3 module on the other hand receives commands from the PIC using the TX, but doesn't send anything back, so doesn't require a RX.
Using a single TX and RX combination is it possible to interfaces two UART devices with one PIC uart? If yes, do they have to have the same baudrate for devices on TX and RX?
Thank you.
James
I was just wondering. If I have a RFID module which uses a UART and a MP3 board which uses Uart too, is it possible to use a PIC which only has one uart.
This might work by the RX uart connecting to the RFID module since I think that only sends data to the PIC and doesn't receive anything. The MP3 module on the other hand receives commands from the PIC using the TX, but doesn't send anything back, so doesn't require a RX.
Using a single TX and RX combination is it possible to interfaces two UART devices with one PIC uart? If yes, do they have to have the same baudrate for devices on TX and RX?
Thank you.
James