Thanks!
On 9/21/06, Ariz Jacinto <[EMAIL PROTECTED]> wrote:
you can still use the serial port for a parallel output by adding a serial-to-parallel chip
although the programming is still in serial :)
and you can also use an LCD instead of LED for your display (imagine the error_log
scrolling on the LCD, yikes but it's fun to watch!). check out the Linux LCD display
driver.
http://lcdproc.omnipotent.net/
some LCDs can read ascii directly from its serial input in which you can easily write
an output to the LCD thru a simple commandline or script after the device _initialization_
(setting of the baud rate, etc.).
ie.
shell> echo "hello" > /path/to/lcd_device
On 9/20/06, John Peter Loh <[EMAIL PROTECTED] > wrote:Thanks. I did see my classmates use the parallel ports instead of RS232. I based my _experiment_ from a sample that I saw.
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
[email protected] (#PLUG @ irc.free.net.ph)
Read the Guidelines: http://linux.org.ph/lists
Searchable Archives: http://archives.free.net.ph
--
John Peter Loh
Phone: +13602267476
Web: http://www.jploh.com/
_________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

