Thread: Opening/Closing Ports

  1. #1
    Registered User
    Join Date
    Jul 2004
    Posts
    11

    Opening/Closing Ports

    Hey just wondering how this could be done using C++. thx

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    If you mean COM ports, yes. How it's done will be OS specific.

    gg

  3. #3
    Registered User
    Join Date
    Jul 2004
    Posts
    11
    Windows... or more specific then that? I want to make a program that will open port 5190 so i can use aim.

  4. #4
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    Ok, that's a different kind of port....
    Here's a good place to start: Beej's Guide to Network Programming

    gg

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. virtual ports
    By royuco77 in forum Networking/Device Communication
    Replies: 5
    Last Post: 07-02-2005, 10:33 AM
  2. Control of ports
    By Blip in forum Networking/Device Communication
    Replies: 1
    Last Post: 05-02-2005, 09:04 AM
  3. COM1 and COM2 ports writing
    By Devil Panther in forum Networking/Device Communication
    Replies: 5
    Last Post: 08-09-2003, 09:35 AM
  4. Controlling ports
    By lockpatrick in forum Linux Programming
    Replies: 2
    Last Post: 06-09-2002, 11:58 AM
  5. Accessing Ports
    By Thantos in forum C Programming
    Replies: 6
    Last Post: 09-13-2001, 06:01 AM