 |
|
|
|
| Author |
Message |
Luis F. Rodas
Joined: 13 Feb 2008 Posts: 3
|
Posted: Wed Feb 13, 2008 5:32 pm Post subject: MAC Address - Physical Address |
|
|
Hi All,
When a Windows Mobile (Pocket PC or Smartphone) is connected to a PC
(running WinXP) via ActiveSync a new Ethernet Adapter is created in "Network
Connections" (on XP). Running the "ipconfig /all" (on WinXP) it is displayed
to this Ethenet Adapter the Physhical Address "80-00-60-0F-E8-00".
1) Does anyone know if the Physical Address "80-00-60-0F-E8-00" is the same
to any PC?
2) Is this Physical Address used in Bluetooth connections ?
3) Does anyone know why using this Physical Address ?
Best Regards,
Luis F.
(Indusot Team)
Archived from group: microsoft>public>windowsce>embedded |
|
| Back to top |
|
 |
Paul G. Tobey [eMVP]
Joined: 15 Aug 2007 Posts: 741
|
Posted: Wed Feb 13, 2008 1:37 pm Post subject: Re: MAC Address - Physical Address |
|
|
1) It appears to me to always be the same. It matches, for example, the
address of my phone when connected to my PC via ActiveSync.
2) Huh? The device would have a Bluetooth hardware address that should
*not* match the indicated value, but so what?
3) Again, huh?
Why do you care? What's the real question? If the address is any
particular value, I don't see what possible concern that would be for you.
Tell us *what* you want to do or what the real question is.
Paul T.
"Luis F. Rodas" wrote in message $9hC1kbIHA.1188@TK2MSFTNGP04.phx.gbl...
> Hi All,
>
> When a Windows Mobile (Pocket PC or Smartphone) is connected to a PC
> (running WinXP) via ActiveSync a new Ethernet Adapter is created in
> "Network Connections" (on XP). Running the "ipconfig /all" (on WinXP) it
> is displayed to this Ethenet Adapter the Physhical Address
> "80-00-60-0F-E8-00".
>
> 1) Does anyone know if the Physical Address "80-00-60-0F-E8-00" is the
> same to any PC?
> 2) Is this Physical Address used in Bluetooth connections ?
> 3) Does anyone know why using this Physical Address ?
>
> Best Regards,
> Luis F.
> (Indusot Team)
>
> |
|
| Back to top |
|
 |
Luis F. Rodas
Joined: 13 Feb 2008 Posts: 3
|
Posted: Wed Feb 13, 2008 7:40 pm Post subject: Re: MAC Address - Physical Address |
|
|
Hi Paul,
I need any thing that identifies that WinCE is unique, ie, some number (or
other identifier) so that my program can know that a hardware (with WinCE)
is different of another hardware. I am thinking to use MAC Address, but I
make sure the MAC Address is different to any CE. When I connect to
smartphone via ActiveSync the GetAdaptersInfo() function returns:
1) On WinXP: "80-00-60-0F-E8-00".
2) On WinCE: "82-00-60-0F-E8-00".
Best Regards,
Luis F.
(Indusoft Team)
"Paul G. Tobey [eMVP]"
com> wrote in message news:%23B%23BBZlbIHA.4712@TK2MSFTNGP04.phx.gbl...
> 1) It appears to me to always be the same. It matches, for example, the
> address of my phone when connected to my PC via ActiveSync.
>
> 2) Huh? The device would have a Bluetooth hardware address that should
> *not* match the indicated value, but so what?
>
> 3) Again, huh?
>
> Why do you care? What's the real question? If the address is any
> particular value, I don't see what possible concern that would be for you.
> Tell us *what* you want to do or what the real question is.
>
> Paul T.
>
>
> "Luis F. Rodas" wrote in message
> $9hC1kbIHA.1188@TK2MSFTNGP04.phx.gbl...
>> Hi All,
>>
>> When a Windows Mobile (Pocket PC or Smartphone) is connected to a PC
>> (running WinXP) via ActiveSync a new Ethernet Adapter is created in
>> "Network Connections" (on XP). Running the "ipconfig /all" (on WinXP) it
>> is displayed to this Ethenet Adapter the Physhical Address
>> "80-00-60-0F-E8-00".
>>
>> 1) Does anyone know if the Physical Address "80-00-60-0F-E8-00" is the
>> same to any PC?
>> 2) Is this Physical Address used in Bluetooth connections ?
>> 3) Does anyone know why using this Physical Address ?
>>
>> Best Regards,
>> Luis F.
>> (Indusot Team)
>>
>>
>
> |
|
| Back to top |
|
 |
Paul G. Tobey [eMVP]
Joined: 15 Aug 2007 Posts: 741
|
Posted: Wed Feb 13, 2008 2:50 pm Post subject: Re: MAC Address - Physical Address |
|
|
That may or may not exist; it will depend on the device. If it's always a
Windows Mobile device, you may be able to use ???? to get a unique
identifier for the device. Or, if, on the device, you know that there's an
Ethernet-compatible device, you can get the MAC address from that and use
it, as it's supposed to be universally unique.
Connecting with ActiveSync does not make the device a real RNDIS adapter and
it doesn't have to have a unique MAC address to do what it needs to do.
It's obviously manufacturing a number to use as the MAC address, but that
MAC is never seen outside of the two-device network consisting of the PC and
the Windows Mobile device. A *real* Ethernet adapter has to have a real
unique ID.
Paul T.
"Luis F. Rodas" wrote in message @TK2MSFTNGP03.phx.gbl...
> Hi Paul,
>
> I need any thing that identifies that WinCE is unique, ie, some number (or
> other identifier) so that my program can know that a hardware (with WinCE)
> is different of another hardware. I am thinking to use MAC Address, but I
> make sure the MAC Address is different to any CE. When I connect to
> smartphone via ActiveSync the GetAdaptersInfo() function returns:
> 1) On WinXP: "80-00-60-0F-E8-00".
> 2) On WinCE: "82-00-60-0F-E8-00".
>
> Best Regards,
> Luis F.
> (Indusoft Team)
>
> "Paul G. Tobey [eMVP]"
> com> wrote in message news:%23B%23BBZlbIHA.4712@TK2MSFTNGP04.phx.gbl...
>> 1) It appears to me to always be the same. It matches, for example, the
>> address of my phone when connected to my PC via ActiveSync.
>>
>> 2) Huh? The device would have a Bluetooth hardware address that should
>> *not* match the indicated value, but so what?
>>
>> 3) Again, huh?
>>
>> Why do you care? What's the real question? If the address is any
>> particular value, I don't see what possible concern that would be for
>> you. Tell us *what* you want to do or what the real question is.
>>
>> Paul T.
>>
>>
>> "Luis F. Rodas" wrote in message
>> $9hC1kbIHA.1188@TK2MSFTNGP04.phx.gbl...
>>> Hi All,
>>>
>>> When a Windows Mobile (Pocket PC or Smartphone) is connected to a PC
>>> (running WinXP) via ActiveSync a new Ethernet Adapter is created in
>>> "Network Connections" (on XP). Running the "ipconfig /all" (on WinXP) it
>>> is displayed to this Ethenet Adapter the Physhical Address
>>> "80-00-60-0F-E8-00".
>>>
>>> 1) Does anyone know if the Physical Address "80-00-60-0F-E8-00" is the
>>> same to any PC?
>>> 2) Is this Physical Address used in Bluetooth connections ?
>>> 3) Does anyone know why using this Physical Address ?
>>>
>>> Best Regards,
>>> Luis F.
>>> (Indusot Team)
>>>
>>>
>>
>>
>
> |
|
| Back to top |
|
 |
Paul G. Tobey [eMVP]
Joined: 15 Aug 2007 Posts: 741
|
Posted: Wed Feb 13, 2008 3:00 pm Post subject: Re: MAC Address - Physical Address |
|
|
Sorry about that. Sent it early. Should be IOCTL_HAL_GET_DEVICEID where I
have ???? there.
Paul T.
"Paul G. Tobey [eMVP]"
com> wrote in message @TK2MSFTNGP04.phx.gbl...
> That may or may not exist; it will depend on the device. If it's always a
> Windows Mobile device, you may be able to use ???? to get a unique
> identifier for the device. Or, if, on the device, you know that there's
> an Ethernet-compatible device, you can get the MAC address from that and
> use it, as it's supposed to be universally unique.
>
> Connecting with ActiveSync does not make the device a real RNDIS adapter
> and it doesn't have to have a unique MAC address to do what it needs to
> do. It's obviously manufacturing a number to use as the MAC address, but
> that MAC is never seen outside of the two-device network consisting of the
> PC and the Windows Mobile device. A *real* Ethernet adapter has to have a
> real unique ID.
>
> Paul T.
>
> "Luis F. Rodas" wrote in message
> @TK2MSFTNGP03.phx.gbl...
>> Hi Paul,
>>
>> I need any thing that identifies that WinCE is unique, ie, some number
>> (or other identifier) so that my program can know that a hardware (with
>> WinCE) is different of another hardware. I am thinking to use MAC
>> Address, but I make sure the MAC Address is different to any CE. When I
>> connect to smartphone via ActiveSync the GetAdaptersInfo() function
>> returns:
>> 1) On WinXP: "80-00-60-0F-E8-00".
>> 2) On WinCE: "82-00-60-0F-E8-00".
>>
>> Best Regards,
>> Luis F.
>> (Indusoft Team)
>>
>> "Paul G. Tobey [eMVP]"
>> DOT com> wrote in message
>> news:%23B%23BBZlbIHA.4712@TK2MSFTNGP04.phx.gbl...
>>> 1) It appears to me to always be the same. It matches, for example, the
>>> address of my phone when connected to my PC via ActiveSync.
>>>
>>> 2) Huh? The device would have a Bluetooth hardware address that should
>>> *not* match the indicated value, but so what?
>>>
>>> 3) Again, huh?
>>>
>>> Why do you care? What's the real question? If the address is any
>>> particular value, I don't see what possible concern that would be for
>>> you. Tell us *what* you want to do or what the real question is.
>>>
>>> Paul T.
>>>
>>>
>>> "Luis F. Rodas" wrote in message
>>> $9hC1kbIHA.1188@TK2MSFTNGP04.phx.gbl...
>>>> Hi All,
>>>>
>>>> When a Windows Mobile (Pocket PC or Smartphone) is connected to a PC
>>>> (running WinXP) via ActiveSync a new Ethernet Adapter is created in
>>>> "Network Connections" (on XP). Running the "ipconfig /all" (on WinXP)
>>>> it is displayed to this Ethenet Adapter the Physhical Address
>>>> "80-00-60-0F-E8-00".
>>>>
>>>> 1) Does anyone know if the Physical Address "80-00-60-0F-E8-00" is the
>>>> same to any PC?
>>>> 2) Is this Physical Address used in Bluetooth connections ?
>>>> 3) Does anyone know why using this Physical Address ?
>>>>
>>>> Best Regards,
>>>> Luis F.
>>>> (Indusot Team)
>>>>
>>>>
>>>
>>>
>>
>>
>
> |
|
| Back to top |
|
 |
Luis F. Rodas
Joined: 13 Feb 2008 Posts: 3
|
Posted: Wed Feb 13, 2008 8:12 pm Post subject: Re: MAC Address - Physical Address |
|
|
Hi Paul,
Do you know if exist any info returned by GetAdaptersInfo() function that
identify if an Ethernet Adapter is "real" ?
Best Regads,
Luis F.
(Indusoft Team).
"Paul G. Tobey [eMVP]"
com> wrote in message @TK2MSFTNGP04.phx.gbl...
> That may or may not exist; it will depend on the device. If it's always a
> Windows Mobile device, you may be able to use ???? to get a unique
> identifier for the device. Or, if, on the device, you know that there's
> an Ethernet-compatible device, you can get the MAC address from that and
> use it, as it's supposed to be universally unique.
>
> Connecting with ActiveSync does not make the device a real RNDIS adapter
> and it doesn't have to have a unique MAC address to do what it needs to
> do. It's obviously manufacturing a number to use as the MAC address, but
> that MAC is never seen outside of the two-device network consisting of the
> PC and the Windows Mobile device. A *real* Ethernet adapter has to have a
> real unique ID.
>
> Paul T.
>
> "Luis F. Rodas" wrote in message
> @TK2MSFTNGP03.phx.gbl...
>> Hi Paul,
>>
>> I need any thing that identifies that WinCE is unique, ie, some number
>> (or other identifier) so that my program can know that a hardware (with
>> WinCE) is different of another hardware. I am thinking to use MAC
>> Address, but I make sure the MAC Address is different to any CE. When I
>> connect to smartphone via ActiveSync the GetAdaptersInfo() function
>> returns:
>> 1) On WinXP: "80-00-60-0F-E8-00".
>> 2) On WinCE: "82-00-60-0F-E8-00".
>>
>> Best Regards,
>> Luis F.
>> (Indusoft Team)
>>
>> "Paul G. Tobey [eMVP]"
>> DOT com> wrote in message
>> news:%23B%23BBZlbIHA.4712@TK2MSFTNGP04.phx.gbl...
>>> 1) It appears to me to always be the same. It matches, for example, the
>>> address of my phone when connected to my PC via ActiveSync.
>>>
>>> 2) Huh? The device would have a Bluetooth hardware address that should
>>> *not* match the indicated value, but so what?
>>>
>>> 3) Again, huh?
>>>
>>> Why do you care? What's the real question? If the address is any
>>> particular value, I don't see what possible concern that would be for
>>> you. Tell us *what* you want to do or what the real question is.
>>>
>>> Paul T.
>>>
>>>
>>> "Luis F. Rodas" wrote in message
>>> $9hC1kbIHA.1188@TK2MSFTNGP04.phx.gbl...
>>>> Hi All,
>>>>
>>>> When a Windows Mobile (Pocket PC or Smartphone) is connected to a PC
>>>> (running WinXP) via ActiveSync a new Ethernet Adapter is created in
>>>> "Network Connections" (on XP). Running the "ipconfig /all" (on WinXP)
>>>> it is displayed to this Ethenet Adapter the Physhical Address
>>>> "80-00-60-0F-E8-00".
>>>>
>>>> 1) Does anyone know if the Physical Address "80-00-60-0F-E8-00" is the
>>>> same to any PC?
>>>> 2) Is this Physical Address used in Bluetooth connections ?
>>>> 3) Does anyone know why using this Physical Address ?
>>>>
>>>> Best Regards,
>>>> Luis F.
>>>> (Indusot Team)
>>>>
>>>>
>>>
>>>
>>
>>
>
> |
|
| Back to top |
|
 |
Paul G. Tobey [eMVP]
Joined: 15 Aug 2007 Posts: 741
|
Posted: Wed Feb 13, 2008 3:24 pm Post subject: Re: MAC Address - Physical Address |
|
|
You aren't going to be able to do anything on the PC side without a program
running on the device side, if that's what you're asking. On the device,
there is substantial information about each adapter returned. You should be
able to eliminate the ActiveSync connection using that information, yes.
Paul T.
"Luis F. Rodas" wrote in message @TK2MSFTNGP03.phx.gbl...
> Hi Paul,
>
> Do you know if exist any info returned by GetAdaptersInfo() function that
> identify if an Ethernet Adapter is "real" ?
>
> Best Regads,
> Luis F.
> (Indusoft Team).
>
> "Paul G. Tobey [eMVP]"
> com> wrote in message @TK2MSFTNGP04.phx.gbl...
>> That may or may not exist; it will depend on the device. If it's always
>> a Windows Mobile device, you may be able to use ???? to get a unique
>> identifier for the device. Or, if, on the device, you know that there's
>> an Ethernet-compatible device, you can get the MAC address from that and
>> use it, as it's supposed to be universally unique.
>>
>> Connecting with ActiveSync does not make the device a real RNDIS adapter
>> and it doesn't have to have a unique MAC address to do what it needs to
>> do. It's obviously manufacturing a number to use as the MAC address, but
>> that MAC is never seen outside of the two-device network consisting of
>> the PC and the Windows Mobile device. A *real* Ethernet adapter has to
>> have a real unique ID.
>>
>> Paul T.
>>
>> "Luis F. Rodas" wrote in message
>> @TK2MSFTNGP03.phx.gbl...
>>> Hi Paul,
>>>
>>> I need any thing that identifies that WinCE is unique, ie, some number
>>> (or other identifier) so that my program can know that a hardware (with
>>> WinCE) is different of another hardware. I am thinking to use MAC
>>> Address, but I make sure the MAC Address is different to any CE. When I
>>> connect to smartphone via ActiveSync the GetAdaptersInfo() function
>>> returns:
>>> 1) On WinXP: "80-00-60-0F-E8-00".
>>> 2) On WinCE: "82-00-60-0F-E8-00".
>>>
>>> Best Regards,
>>> Luis F.
>>> (Indusoft Team)
>>>
>>> "Paul G. Tobey [eMVP]"
>>> DOT com> wrote in message
>>> news:%23B%23BBZlbIHA.4712@TK2MSFTNGP04.phx.gbl...
>>>> 1) It appears to me to always be the same. It matches, for example,
>>>> the address of my phone when connected to my PC via ActiveSync.
>>>>
>>>> 2) Huh? The device would have a Bluetooth hardware address that should
>>>> *not* match the indicated value, but so what?
>>>>
>>>> 3) Again, huh?
>>>>
>>>> Why do you care? What's the real question? If the address is any
>>>> particular value, I don't see what possible concern that would be for
>>>> you. Tell us *what* you want to do or what the real question is.
>>>>
>>>> Paul T.
>>>>
>>>>
>>>> "Luis F. Rodas" wrote in message
>>>> $9hC1kbIHA.1188@TK2MSFTNGP04.phx.gbl...
>>>>> Hi All,
>>>>>
>>>>> When a Windows Mobile (Pocket PC or Smartphone) is connected to a PC
>>>>> (running WinXP) via ActiveSync a new Ethernet Adapter is created in
>>>>> "Network Connections" (on XP). Running the "ipconfig /all" (on WinXP)
>>>>> it is displayed to this Ethenet Adapter the Physhical Address
>>>>> "80-00-60-0F-E8-00".
>>>>>
>>>>> 1) Does anyone know if the Physical Address "80-00-60-0F-E8-00" is the
>>>>> same to any PC?
>>>>> 2) Is this Physical Address used in Bluetooth connections ?
>>>>> 3) Does anyone know why using this Physical Address ?
>>>>>
>>>>> Best Regards,
>>>>> Luis F.
>>>>> (Indusot Team)
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
> |
|
| Back to top |
|
 |
Chris De Herrera
Joined: 15 Aug 2007 Posts: 2284
|
Posted: Thu Feb 14, 2008 12:57 am Post subject: Re: MAC Address - Physical Address |
|
|
Hi,
Did you try mapping the MAC address to the RNDIS interface that Windows
Mobile uses? How about the IP to MAC address for the static IP that Windows
Mobile uses?
--
Chris De Herrera
http://www.pocketpcfaq.com
http://www.pocketpctalk.com
http://www.tabletpctalk.com
http://www.mobilitytalk.com
"Luis F. Rodas" wrote in message @TK2MSFTNGP03.phx.gbl...
> Hi Paul,
>
> I need any thing that identifies that WinCE is unique, ie, some number (or
> other identifier) so that my program can know that a hardware (with WinCE)
> is different of another hardware. I am thinking to use MAC Address, but I
> make sure the MAC Address is different to any CE. When I connect to
> smartphone via ActiveSync the GetAdaptersInfo() function returns:
> 1) On WinXP: "80-00-60-0F-E8-00".
> 2) On WinCE: "82-00-60-0F-E8-00".
>
> Best Regards,
> Luis F.
> (Indusoft Team)
>
> "Paul G. Tobey [eMVP]"
> com> wrote in message news:%23B%23BBZlbIHA.4712@TK2MSFTNGP04.phx.gbl...
>> 1) It appears to me to always be the same. It matches, for example, the
>> address of my phone when connected to my PC via ActiveSync.
>>
>> 2) Huh? The device would have a Bluetooth hardware address that should
>> *not* match the indicated value, but so what?
>>
>> 3) Again, huh?
>>
>> Why do you care? What's the real question? If the address is any
>> particular value, I don't see what possible concern that would be for
>> you. Tell us *what* you want to do or what the real question is.
>>
>> Paul T.
>>
>>
>> "Luis F. Rodas" wrote in message
>> $9hC1kbIHA.1188@TK2MSFTNGP04.phx.gbl...
>>> Hi All,
>>>
>>> When a Windows Mobile (Pocket PC or Smartphone) is connected to a PC
>>> (running WinXP) via ActiveSync a new Ethernet Adapter is created in
>>> "Network Connections" (on XP). Running the "ipconfig /all" (on WinXP) it
>>> is displayed to this Ethenet Adapter the Physhical Address
>>> "80-00-60-0F-E8-00".
>>>
>>> 1) Does anyone know if the Physical Address "80-00-60-0F-E8-00" is the
>>> same to any PC?
>>> 2) Is this Physical Address used in Bluetooth connections ?
>>> 3) Does anyone know why using this Physical Address ?
>>>
>>> Best Regards,
>>> Luis F.
>>> (Indusot Team)
>>>
>>>
>>
>>
>
>
|
|
| Back to top |
|
 |
|
|
| Related Topics: | Global address lit Hi, Exchange 2003 server on a Windows 2003 server. We use Windows Mobile 2003 se and Windows Mobile 5 pocket pc. I want to synchronise the global address list with the pocket pc and Exchange. How do I do that? Thank you.
How to know the IP address of connected PC via ActiveSync? Hi, I searched a lot in all forums for getting the IP address of connected Desktop PC via ActiveSync. My application will run upon WinCE, PPC and WM based devices. Please let me know if you know how to get the IP address/Host name of the connected PC. My
AS syncing to servername or ip address? I sync my PPC to Exchange on SBS2003. When I install my PPC, I use a dock connected to my ws connected to the local I set up parameters, and write the servername, and the PPC syncronizes with Exchange. To syncronize via internet, I have
address book from symbian nokia to wm5 htc Hi someone knows the way to keep the custom fields of the address book of symbian of nokia 6680 to export it to some third parts software (something that allows the custom label) ? Some methods, some formats? I exported my contacts in csv (with aprogram f
Unable to Obntain a Server Assignwed IP address I'm trying to sync my Pocket PC with my desktop and keep on getting the following message on the Pocket PC at the end of the sync process: Unable to obtain a server assigned IP address. Try againm later or enter an IP address in Network settings. How do |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|