BiPOM Forum

General => LCD Displays => Topic started by: Espallator on August 11, 2010, 05:57:09 pm

Title: Seen the Micro-IDE Terminal in LDC
Post by: Espallator on August 11, 2010, 05:57:09 pm
How can display the Micro-IDE terminal\'s output on the LCD? I\'m using Micro-IDE ver. 2.16m and LCD242. Thanks.
Title: Re: Seen the Micro-IDE Terminal in LDC
Post by: vitaliy on August 12, 2010, 12:11:19 pm
Install 8051/52 development system and look at
C:\\bipom\\devtools\\MicroC\\Examples\\8051\\tiny\\LCD\\c
Title: Re: Seen the Micro-IDE Terminal in LDC
Post by: Espallator on August 12, 2010, 12:45:15 pm
Quote
Install 8051/52 development system and look at
C:\\bipom\\devtools\\MicroC\\Examples\\8051\\tiny\\LCD\\c

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...
Title: Re: Seen the Micro-IDE Terminal in LDC
Post by: vitaliy on August 13, 2010, 01:03:39 am
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.