Thus, we need to talk IP to the PPC from the desktop PC.
How do we that?
Thanks,
Markus
-Chris
"Markus Oliver Junginger" <noreply@http://www.junginger.biz> wrote in
message news:eMPOkdXl...@TK2MSFTNGP15.phx.gbl...
Do you think there's no way to do it over the cradle and maybe ActiveSync?
Thanks,
Markus
-Chris
"Markus Oliver Junginger" <noreply@http://www.junginger.biz> wrote in
message news:%23qzVi8Z...@TK2MSFTNGP12.phx.gbl...
> Doubtful. ActiveSync isn't a full router, so I don't think TCP requests can
> get routed to the device.
Okay, maybe ActiveSync is a dead end here. Maybe VPN, IrDa, whatever
may be better key words to trigger creative minds? ;)
However, there's some evidence it should work - at least linux guys get
it to work:
http://www.tldp.org/HOWTO/Infrared-HOWTO/infrared-howto-s-pocketpc-connection.html
Thanks,
Markus
-Chris
"Markus Oliver Junginger" <noreply@http://www.junginger.biz> wrote in
message news:eAXzTEbl...@TK2MSFTNGP11.phx.gbl...
Here's part a mail I have from dev who owned this a long time ago on how to
do this:
<
You can add an entry to the registry to establish a well known port which
will be proxy-ed back to the device. When the device is connected via AS,
AS will bind to the port, and forward connect requests to the device.
The key is:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows CE Services\ProxyPorts
The registry entries just have to be REG_DWORD, with any name you like.
This will allow you to "connect(localhost, <your port number>)", and reach
the device.
>
Note that the client connect() MUST come from the XP device running Active
Sync itself. AS will not route requests from machines outside the network
onto this box. Also note that if you have IIS running on your local XP box,
you need to turn it off so that ActiveSync can grab port 80. You may have
to restart ActiveSync and/or reboot your machine to make this change take
affect.
--
John Spaith
Software Design Engineer, Windows CE
Microsoft Corporation
Have an opinion on the effectiveness of Microsoft Embedded newsgroups? Let
us know!
https://www.windowsembeddedeval.com/community/newsgroups
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2003 Microsoft Corporation. All rights
reserved.
"Chris Tacke, eMVP" <cta...@spamfree-opennetcf.org> wrote in message
news:uK0U22al...@TK2MSFTNGP11.phx.gbl...