76
µTasker general / How to change MAC address?
« on: April 16, 2009, 04:19:26 PM »
I'm trying to change the MAC address in the simulator by changing the following line in application.c
I know in my target I can just erase the chip, but that construct doesn't exist for the simulator, that I can find.
Thanks,
Aaron
Code: [Select]
//{0x00, 0x11, 0x22, 0x33, 0x44, 0xf1}, // ucOurMAC - when no other value can be read from parameters this will be used
{0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
I think the comment indicates my problem. So how can I get this value to be used when there is a valid set of parameters already? Or to put it another way, how can I erase the parameters in the simulator?I know in my target I can just erase the chip, but that construct doesn't exist for the simulator, that I can find.
Thanks,
Aaron