View Poll Results: Do I ask dumb questions?

Voters
2. You may not vote on this poll
  • Yes, definitely dumb.

    1 50.00%
  • You should practice programming.

    1 50.00%
  • Actually it took me more than 5 mins to answer.

    0 0%
  • No, absolutely not.

    0 0%

Thread: RS232 Communication in C++

  1. #1
    Registered User
    Join Date
    Mar 2003
    Posts
    105

    RS232 Communication in C++

    Hi there guys!

    I've got a problem again. THis time it's more complicated than the last time, though I couldn't solve that yet either.

    This time I've got serious problems with serial RS232 communication. I know it's normally not implemented in C++, but I got a serial communications addon (attached), but I just can't get along with it.

    Could any of you help me, or suggest a better serial comms module?

    Thanks
    Han

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    Just use Win32 API for serial communications if you can't get it to work. Thats what the library uses.

    gg

  3. #3
    Registered User
    Join Date
    Mar 2003
    Posts
    105
    Thanks for the tip! I changed a few things in the code of the module I've sent, and it works now!

    But beware, my next questions are yet to com e )))

    ByZ
    Han

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. codes for com port Rs232 in serial communication
    By justinwandji in forum C++ Programming
    Replies: 1
    Last Post: 06-05-2009, 01:33 AM
  2. Unkown Hang
    By Bladactania in forum C Programming
    Replies: 31
    Last Post: 04-22-2009, 09:33 AM
  3. Communication using RS232 port
    By edesign in forum C Programming
    Replies: 27
    Last Post: 03-26-2008, 03:06 AM
  4. RS232 (serial/comm) communication
    By _izua_ in forum C++ Programming
    Replies: 15
    Last Post: 09-06-2007, 09:31 AM
  5. Looking for communication lib
    By BrownB in forum C Programming
    Replies: 3
    Last Post: 04-27-2005, 10:01 AM