Have you tried the other /dev/ttyX devices? For my platform (ADS Graphics Master) I get output to the LCD with either of the following commands:
echo "Hello World" > /dev/tty0 echo "Hello World" > /dev/tty1 Good luck, Henry Chea Semcon Sweden AB -----Original Message----- From: Tony Modjdehi To: [EMAIL PROTECTED] Sent: 1/30/2002 12:39 AM Subject: LCD Function? Hi all, Info: Linux version 2.2.12-1 (gcc version egcs-2.91.66 (egcs-1.1.2 release)), DataVision 32240-17 320x240 LCD This might be a simple question but I have been pulling my hair out trying to get this to work. Is there a function call to write out to the LCD? Will printk work? If not, what are some alternatives? I'm looking to print out "Hello World" on my LCD. I have tried the bash command >echo "Hello World" > /dev/tty1 with no luck. Any ideas would be greatly appreciated. Thanks in advance, __________________ Tony Modjdehi Systems Engineer MBT Inc. _______________________________________________ http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm Please visit the above address for information on this list.
