tell me a program in c which tell that how many devices are connected to the system and which are they?
embedded system
Collapse
X
-
Originally posted by ajayshantell me a program in c which tell that how many devices are connected to the system and which are they?
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