Send a string to an lcd using rs232

Thread Starter

MASNSN

Joined May 17, 2012
7
Hi

I need to send strings messages to an LCD through DB9 connection I want to use ISR interrupt vector to receive data from a computer, I will use an Atmega8 to control that. How can I perform that

Note: I have already developped and tested lcd library

Thank you
 

t06afre

Joined May 11, 2009
5,934
Since you say DB9 I guess you mean RS232 data transfer method. I am not quite sure what you want to do. But could it be that you want to send strings from the PC to Atmega8 controller, that in turn transfer the latter string to the LCD. On the Atmega8 controller you want the make an ISR that take care of the data from the PC.
I do not know the Atmega8 controller. But this is a very typical micro controller task. That should be quite doable.
 
Top