I have a project of LED display of three large 7-segmets digits I’ve decided to split the project into 4 boards one as a master controller where it gives the customer all interface options and features he requires and three identical digits each is powered by small microcontroller such as MSP430F2112 (this makes the design more flexible to make displays with more or less digits in the future), the problem is the communication, the distance from the master controller board to the nearest digit board is about 50 cm (20 in) and from any digit to the next digit is 10cm (4 in) I think that UART direct is not designed for such distance and also RS485 is designed for much larger distance and needs driver any one could please recommend a suitable communication method please.