Thread: How to control device using C Program.

  1. #1
    Registered User
    Join Date
    Mar 2011
    Posts
    1

    How to control device using C Program.

    How to Control a device using C program like HDMI IC and others. And also how to find the system state in network whether it is Connected With Network Or Not.

  2. #2
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Quote Originally Posted by senthilmsc04 View Post
    How to Control a device using C program like HDMI IC and others. And also how to find the system state in network whether it is Connected With Network Or Not.
    On which Operating System? (Yes, it matters)

    In Windows, all device interraction is through drivers. You don't, as a rule, communicate directly with the hardware.

    As for the network connection... In Windows you need the IsNetworkAlive() API call.

  3. #3
    Registered User
    Join Date
    Mar 2011
    Posts
    3
    I am also need to do this ? Kindly help me If any reference let me know?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Free program I'm sharing: ConvertEnumToStrings
    By Programmer_P in forum Projects and Job Recruitment
    Replies: 101
    Last Post: 07-18-2010, 12:55 AM
  2. Client-server system with input from separate program
    By robot-ic in forum Networking/Device Communication
    Replies: 3
    Last Post: 01-16-2009, 03:30 PM
  3. why the control goes to else part in this program
    By vapanchamukhi in forum C Programming
    Replies: 2
    Last Post: 01-13-2009, 07:09 AM
  4. Replies: 4
    Last Post: 06-30-2004, 03:11 PM
  5. insufficient memory for tsr
    By manmohan in forum C Programming
    Replies: 8
    Last Post: 01-02-2004, 09:48 AM