??? 03/10/08 08:34 Read: times |
#152061 - Two RS232 devices Responding to: ???'s previous message |
I am assuming that your LCD is an RS232 device. I have no experience with them, but if you can run it as a a simple receiver with no handshake.
You would just have one TX output for your printer from the UART at 9600 baud. And a different pin as a software UART TX to your LCD. With no handshake, you will have to ensure that you do not write to the LCD too fast. I initially read your message as adding a regular LCD module which needs at least six pins to drive as 4bit write-only. You could share those pins (except for the Enable line) with some other device but NOT your printer. David. |