I would like to connect an XBEE and a MAX232/CP2102 (USB-UART) parallelly to atmega's RX and Tx pins. Is it possible to get them connected and get them working without hassle?... What all things do I need to consider before attempting to connect them....
I would like to connect an XBEE and a MAX232/CP2102 (USB-UART) parallelly to atmega's RX and Tx pins.
Will the XBee be mounted on a shield, forcing it to use the RX/TX pins? Why not use two other pins, and NewSoftSerial, for one of the devices - probably the MAX232 one, since that does not come on a shield, forcing the use of specific pins?
If you have two devices on the same set of pins, how will you know where the serial data is coming from?