Remember
Register
Home
/
Support
/
Support Forum
/
Retrieve MAC address
Digi Forum
All Activity
Q&A
Questions
Hot!
Unanswered
Tags
Categories
Users
Ask a Question
Welcome to Digi Forum, where you can ask questions and receive answers from other members of the community.
All categories
Digi Remote Manager
(383)
Python
(1,016)
RF Solutions and XBee
(8,417)
Digi TransPort
(787)
Digi Connect Cellular
(445)
DAL
(4)
Embedded Devices
(4,162)
Android
(45)
NET+OS
(2,444)
Linux
(954)
Windows CE
(86)
Plug N' Play
(466)
Google Coral
(2)
Rabbit
(3,195)
Console Servers
(353)
Modbus and Industrial Automation
(246)
Realport
(600)
Serial Servers
(836)
Satellite Modules
(25)
USB
(1,269)
Serial Cards
(715)
ConnectPort Display
(58)
Feedback/Wish List
(92)
Other/Legacy
(373)
Retrieve MAC address
0
votes
Hi,
Is there a way to read the pre-configured MAC address of a ConnectME/ConnectME9210 device from within NetOS7.5?
Thanks for your reply,
Kris
mac-address
netos
asked
Feb 17, 2021
in
NET+OS
by
kdemets
New to the Community
(
1
point)
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
Best answer
unsigned char mactemp[6];
customizeGetInterfaceMACAddress("eth0",(BYTE *)&mactemp);
answered
Feb 18, 2021
by
steved2
Seasoned Professional
(
183
points)
selected
Feb 18, 2021
by
kdemets
Please
log in
or
register
to add a comment.
...