Thread: Where can I go to learn comports?

  1. #1
    Registered User
    Join Date
    Aug 2008
    Posts
    12

    Where can I go to learn comports?

    I have been looking for a way to send and receive data using the serial port on a PC. My understanding of C has mainly come from the book "Teach Yourself C in 21 Days" and the majority of my programming experience has been with microcontrollers.

    My primary question is, are there any recommendations for how I can proceed to acquire the programming skills to read and write the serial port? None of the recommended C books listed in the FAQ stood out as being helpful. However, I might not even know what I should be looking for. My online searches lead me to very short help discussions that I don't understand. My experience with books has been they go over the same material for beginners, which I consider myself to be. Anything to help bridge the gap of where I am to where I am trying to go would be great.

    As a secondary question, after fully understanding the basics of C that "Teach Yourself C in 21 Days" how can I keep my skills growing? Any non-beginner books, or any skills to focus on would be greatly appreciated.

    My current PC C compilers are CodeBlocks and Dev-C++.
    For microcontrollers I have been using C18.

    Currently, I am using WinXP. Is there much of a difference between serial reading and writing with Vista and XP?

  2. #2
    Just Lurking Dave_Sinkula's Avatar
    Join Date
    Oct 2002
    Posts
    5,005
    7. It is easier to write an incorrect program than understand a correct one.
    40. There are two ways to write error-free programs; only the third one works.*

  3. #3
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    >> Currently, I am using WinXP. Is there much of a difference between serial reading and writing with Vista and XP?
    Not that I know of.

    http://msdn.microsoft.com/en-us/library/ms810467.aspx

    gg

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Do you ever try to learn too much?
    By Stonehambey in forum A Brief History of Cprogramming.com
    Replies: 11
    Last Post: 06-17-2008, 07:55 AM
  2. Looking to learn C++
    By Fuzzy91 in forum C++ Programming
    Replies: 40
    Last Post: 04-13-2006, 02:38 AM
  3. You have to learn C in order to learn C++
    By gandalf_bar in forum A Brief History of Cprogramming.com
    Replies: 20
    Last Post: 07-16-2004, 10:33 AM
  4. Novice trying to learn C++
    By dead in forum C++ Programming
    Replies: 10
    Last Post: 12-01-2003, 09:25 PM
  5. Trying to learn guitar
    By Ben_Robotics in forum A Brief History of Cprogramming.com
    Replies: 12
    Last Post: 07-10-2003, 03:15 AM