Thread: Sending through serial port to LCD

  1. #1
    Registered User
    Join Date
    Feb 2002
    Posts
    10

    Sending through serial port to LCD

    I just ordered an lcd a few weeks ago and want to learn how to send data through the serial port to the lcd.

    Do you have any links that ay guide me.

  2. #2
    Im back! shaik786's Avatar
    Join Date
    Jun 2002
    Location
    Bangalore, India
    Posts
    345
    If you want to program under DOS, I think it is: inportb(), outportb()
    For UNIX, it is: write(), read()

    Here's a real cool link for programming in UNIX:
    http://www.easysw.com/~mike/serial/serial.html

    There are more links, can be got on http://www.google.com

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. sending streams over serial port in win32
    By deian in forum C Programming
    Replies: 2
    Last Post: 07-13-2009, 12:01 PM
  2. serial port to poll on request
    By infineonintern in forum C++ Programming
    Replies: 2
    Last Post: 06-11-2009, 06:52 AM
  3. sending data over UDP from serial port
    By forumguy in forum Linux Programming
    Replies: 0
    Last Post: 04-25-2009, 02:10 PM
  4. Sending 1 bit to serial port
    By blackcell in forum C Programming
    Replies: 7
    Last Post: 06-06-2008, 11:20 PM
  5. DOS, Serial, and Touch Screen
    By jon_nc17 in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 01-08-2003, 04:59 PM