oldPGMguy:
been banging my head on the wall and its hurting bad....its probaly simple...So how do i send text from one arduino to another one with a LCD...i have some extra ATMega328 chips and want to sent them up as a serial LCD driver....how can i do this...**not to keen on Arduino programming yet of the serial kind...PLEASE...somebody help...**Thank You
Well at least you understand the method you have to master, serial communications. There are several example sketches in the file menu under 'communications' of the arduino IDE and there is an arduino reference section that explains the various serial commands and what they do, Serial - Arduino Reference
If one wishes to build their own custom projects with an arduino, there is no getting around having to learn to program in the C/C++ language one uses to create their custom sketches. It may seem a mountain to climb at first, but once mastered you will find the view to be outstanding.
Lefty