how to convert mac address to byte mac
as title suggest, stuck here mac address when trying out webserver.
my mac address 00:08:dc:15:45:75
now have put in byte mac.
how done?
pls help.
thanks , regards,
lucas confuz
my mac address 00:08:dc:15:45:75
now have put in byte mac.
how done?
pls help.
thanks , regards,
lucas confuz

my mac address 00:08:dc:15:45:75
now have put in byte mac.
how done?
code: [select]
byte mac[] = { 0x00, 0x08, 0xdc, 0x17, 0x45, 0x75 };
Arduino Forum > General Category > General Discussion (Moderators: mbanzi, DojoDave, mellis) > how to convert mac address to byte mac
arduino
Comments
Post a Comment