Click here to Skip to main content
15,896,154 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
AnswerRe: usb keyboard emulator (but software:) Pin
Dan Neely11-Sep-07 2:17
Dan Neely11-Sep-07 2:17 
Questionusb on the go? Pin
kutalinelucas10-Sep-07 2:12
kutalinelucas10-Sep-07 2:12 
AnswerRe: usb on the go? Pin
shaikhooo11-Sep-07 3:20
shaikhooo11-Sep-07 3:20 
QuestionHandling notification events of a network adapter. Pin
Marimuthu.r6-Sep-07 19:17
Marimuthu.r6-Sep-07 19:17 
AnswerRe: Handling notification events of a network adapter. Pin
Dave Kreskowiak7-Sep-07 4:34
mveDave Kreskowiak7-Sep-07 4:34 
GeneralRe: Handling notification events of a network adapter. Pin
Marimuthu.r9-Sep-07 22:29
Marimuthu.r9-Sep-07 22:29 
GeneralRe: Handling notification events of a network adapter. Pin
Dave Kreskowiak10-Sep-07 1:41
mveDave Kreskowiak10-Sep-07 1:41 
AnswerRe: Handling notification events of a network adapter. Pin
fat_boy10-Sep-07 3:43
fat_boy10-Sep-07 3:43 
If your net card driver supports WMI, then you could write an app that gets the WMI data off the card.

Otherwise, you will need to write a protocol driver. Its not too hard. You then write an app which tells the protocol driver which OID to query (all Network card drivers must suport OIDs. OIDs (look in the DDJ for details) return data such as link speed, media state (cable in or out) tx packets etc etc etc.

Your app then displays the data from that OID. (Actually, WMI is just an extension of the OIDs allowing them to be acessed by user mode apps)

Protocol drivers are pretty easy to write, there are samples in the DDK, if not I can send you some code.


Truth is the subjection of reality to an individuals perception

GeneralRe: Handling notification events of a network adapter. Pin
Marimuthu.r10-Sep-07 21:05
Marimuthu.r10-Sep-07 21:05 
GeneralRe: Handling notification events of a network adapter. Pin
fat_boy10-Sep-07 21:13
fat_boy10-Sep-07 21:13 
QuestionBeginner VHDL syntax problem Pin
MatthysDT6-Sep-07 5:29
MatthysDT6-Sep-07 5:29 
AnswerRe: Beginner VHDL syntax problem Pin
Matthew Faithfull6-Sep-07 6:30
Matthew Faithfull6-Sep-07 6:30 
GeneralRe: Beginner VHDL syntax problem Pin
MatthysDT6-Sep-07 19:55
MatthysDT6-Sep-07 19:55 
GeneralRe: Beginner VHDL syntax problem Pin
rbuchana8-Sep-07 12:54
rbuchana8-Sep-07 12:54 
QuestionSystem specification change trouble Pin
DanB19834-Sep-07 5:56
DanB19834-Sep-07 5:56 
AnswerRe: System specification change trouble Pin
Big Daddy Farang6-Sep-07 6:12
Big Daddy Farang6-Sep-07 6:12 
GeneralRe: System specification change trouble Pin
DanB19836-Sep-07 6:55
DanB19836-Sep-07 6:55 
Question8.5 G.B Double Layer DVD Pin
nkjha131-Aug-07 2:55
nkjha131-Aug-07 2:55 
AnswerRe: 8.5 G.B Double Layer DVD Pin
#realJSOP31-Aug-07 10:18
professional#realJSOP31-Aug-07 10:18 
GeneralRe: 8.5 G.B Double Layer DVD Pin
Dan Neely31-Aug-07 10:36
Dan Neely31-Aug-07 10:36 
QuestionWiFi scanner Pin
Archyami30-Aug-07 17:22
Archyami30-Aug-07 17:22 
QuestionSlow Network Speed Pin
Dreamer200724-Aug-07 20:34
Dreamer200724-Aug-07 20:34 
AnswerRe: Slow Network Speed Pin
#realJSOP25-Aug-07 2:55
professional#realJSOP25-Aug-07 2:55 
AnswerRe: Slow Network Speed Pin
cp987625-Aug-07 17:46
cp987625-Aug-07 17:46 
AnswerRe: Slow Network Speed Pin
Sebastian Schneider27-Aug-07 4:32
Sebastian Schneider27-Aug-07 4:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.