Pocket PC emulator Port Numbers?
Tech-Archive recommends: Fix windows errors by optimizing your registry
Next message: George McCollister: "Re: PPP connection problem with iPaq 2210 and Globalstar phone"
Date: Fri, 2 Apr 2004 02:26:04 -0800
I am trying to write a TCP listener for pocket PC. Which port numbers can i use?
I tested with port number 8000, which is not working. However, this does work in normal applications (Not pocket PC application).
My code is looks like this:
Dim tcpListener As New TcpListener(8000)
Dim tcpClient As TcpClient
While True
Try
tcpClient = tcpListener.AcceptTcpClient()
Catch ex As Exception
Debug.WriteLine("Clients cannot accepted at this moment")
Exit Sub
End Try
....................
End While.
I am not getting any error. But not able to receive data through this port.
Do i need to do any settings in my pocket pc emulator? Or am i doing anything wrong :-( .
Thanks in advance.
Next message: George McCollister: "Re: PPP connection problem with iPaq 2210 and Globalstar phone"
Relevant Pages
- Re: XP SP2s new Bluetooth stack
... > create a com port. ... >>> There's no changes to be done on the Pocket PC side. ... >>> Mauricio Freitas, Microsoft MVP Mobile Devices ... I can see my desktop computer but I'm stumped at step ... (microsoft.public.pocketpc) - Re: Pocket PC builtin serial ports
... port, they most likely do have one. ... in order to connect the GPS to a serial sync cable for your Pocket PC. ... Regarding Bluetooth, part of the specification for Bluetooth is ... (microsoft.public.pocketpc) - Re: Pocket PC 2003 COM Ports question
... > There is an incoming COM port and an outgoing. ... > Is there a way to add more virtual COM ports with the Pocket PC? ... You don't need to configure any COM port on your Pocket PC for ActiveSync, ... but Bluetooth on your Pocket PC does not allow multiple outgoing serial ... (microsoft.public.pocketpc) - Re: which libraries should be used to capture webcam images in Pocket
... It's connected to some port on the PC? ... If so, use Pocket ... Internet Explorer in the emulator to get it. ... > want to see my webcam images on to my pocket pc emulator and pocket pc ... (microsoft.public.windowsce.embedded.vc) - Re: how to use emulator ports
... In eVC4, go to Tools, Configure Platform Manager, select the Pocket PC 2003 ... Emulator, click Properties, under the Emulator Startup Server click ... After changing the Serial Port settings, close the emaulator if it's running ... (microsoft.public.pocketpc.developer) |
|