LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LAN MAC Address using windows API ?

Solved!
Go to solution

I would like to read the LAN MAC address from my WIFI card on my PC.

Apparently this can be done using Windows API's

 

Anyone tried something like this  yet?

 

Thanks

0 Kudos
Message 1 of 2
(3,269 Views)
Solution
Accepted by topic author morngoose

Hi morngoose,

you can use the "system exec" function with "cmd /c "ipconfig /all"" connected. Parse the string and you'll get your MAC adress.

 

Mike

Message 2 of 2
(3,267 Views)