Is it possible to connect two Arduino's, Uno and Due using UART serial ports?
Would the diffrent operating vollage levels be a problem? Due runs on 3.3V and Uno runs on 5V, would this diffrence damage my Arduino Due board? I am thinking that it would not since Arduino Due is connected to a PC via the UART which is also 5V.
You need a simple resistive divider from the arduino's TX to the Due's RX.
Then from the Due to the arduino you need a single transistor inthe common base mode.