Results 1 to 2 of 2

Thread: Serial/Parellel port programming in win32

  1. #1
    Junior Member
    Join Date
    Mar 2004
    Posts
    2

    Post Serial/Parellel port programming in win32

    hi,

    wished to ask anybody can recommen any site/ebook for serial/parellel port programming.
    to start, i just want to blink a few LEDs from code.
    i know C. but i never found a good tutorial on this subject.

    vikas

  2. #2
    Member
    Join Date
    May 2002
    Posts
    62
    By doing a quick google search I came up with the following online tutorial:

    http://www.beyondlogic.org/spp/parallel.htm

    I read through it and being a novice C programmer, I understood most of it by glancing at it so you should be fine. While it doesn't support your example of blinking a couple LEDs, it does serve as an example of interfacing with serial devices. You will probably need to research some hardware terms if you aren't familiar because I found it somewhat jargony.

    As for books, I did another quick search on the google and it came up with:

    http://www.lvr.com/parport.htm

    It says it uses mostly examples involving DLLs. Your topic said "in win32" so I'm assuming that's what you were after. Hope you get what you're looking for.

    --Rasem

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •