embedded system

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ajayshan
    New Member
    • Jan 2008
    • 1

    embedded system

    tell me a program in c which tell that how many devices are connected to the system and which are they?
  • rasmiranjanbabu
    New Member
    • Jan 2008
    • 3

    #2
    Originally posted by ajayshan
    tell me a program in c which tell that how many devices are connected to the system and which are they?
    I can give u hint.
    1st of all u send a signal in ur Serial port or || port then see the ACK.
    If the ACK flag is active then u can come to know whether something is connected in ur PC.
    Like that way u can do this.

    Comment

    • weaknessforcats
      Recognized Expert Expert
      • Mar 2007
      • 9214

      #3
      What OS???

      With Windows you can enumerate devices.

      Comment

      Working...