Windows Vista Tips

Windows Vista Tips > Newsgroups > ActiveSync > PocketPC (Symbol PPT2800) not seeing internet site even one on hos

Reply
Thread Tools Display Modes

PocketPC (Symbol PPT2800) not seeing internet site even one on hos

 
 
Scott Lyon
Guest
Posts: n/a

 
      05-12-2009
I'm in the process of developing a .NET application for a Symbol PPT2800 bar
code scanner that runs Pocket PC.

One critical part of my application is the ability to connect to a Web
Service from the handheld when it's on the cradle for database updates.


However, I'm unable to get the PPT2800 to see the internet at all. As a
test, I have IIS running on the host machine (that's connected directly to
the cradle), and I have a dummy web page set up called "a", with a basic HTML
page called Default.htm (that does nothing more than put "Test" on the
screen).

From the PPT2800, I would think I should be able to open Internet Explorer,
and put in http://www.xxx.yyy.zzz/a/Default.htm (but with the actual numeric
IP of the host machine), and I should be able to see Test. Instead it thinks
for awhile (about 5 minutes) before coming back with the error "Cannot find
server".

However, I am able to synchronize (using ActiveSync) files back and forth
without an issue.


In fact, I even tried writing a basic test program for the PocketPC that
would use System.Net.Dns.GetHostByName(System.Net.Dns.GetHos tName()) to see
if I could find the numeric IP that way, and it returned "192.168.55.101".
But when I try that IP instead, I get 404 (not found) error. I also tried
calling System.Net.Dns.GetHostByName("ppp_peer") which returned
"192.168.55.100", and got the same 404 error.

Is there something special I have to do so that the handheld can at least
see web pages hosted on the host machine?
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help:Internet Shortcuts missing URL property & IE7 can not save pa mbenson Internet Explorer 7 10-31-2009 05:15 PM
IE7 forcing itself on me? Adela Internet Explorer 5 10-24-2009 01:10 PM
wshtcpip.dll file damaged and can not connect to internet Tsulliv1 Windows Vista Performance 5 05-16-2008 12:18 PM
Unknown User Account La Windows Vista Administration 5 02-03-2008 07:36 PM
SLOW INTERNET WITH VISTA - NOTHING WILL HELP FIX THE PROBLEM Laura Paige Windows Vista Performance 2 12-12-2007 09:53 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59