General > LCD Displays

Seen the Micro-IDE Terminal in LDC

(1/1)

Espallator:
How can display the Micro-IDE terminal\'s output on the LCD? I\'m using Micro-IDE ver. 2.16m and LCD242. Thanks.

vitaliy:
Install 8051/52 development system and look at
C:\\bipom\\devtools\\MicroC\\Examples\\8051\\tiny\\LCD\\c

Espallator:

--- Quote ---Install 8051/52 development system and look at
C:\\bipom\\devtools\\MicroC\\Examples\\8051\\tiny\\LCD\\c
--- End quote ---

Appreciated...but what I really want is to see in my LCD what is happening in my Micro-IDE terminal. for example, if I run C:\\bipom\\devtools\\MicroC\\Examples\\8051\\tiny\\Serial\\Serial.prj, I would like to see in my LCD : Press a key to start tests. And then, after press a key, I can see Testing RS232 Transmit...

 !"#$%&\'()*+...etc....etc...

vitaliy:
Micro-IDE terminal is based on UART.
LCD is based on a 4-bit parallel interface.
In other words, totally different physical devices.
It means you have to send the same messages to both interfaces.

Navigation

[0] Message Index

Go to full version