wireless >> Which Ports has to be opened in ICF?

by x794 » Tue, 23 Sep 2003 21:05:53 GMT

Hi All,

I tryed to activesync via WIFI and it is only possible when I switch off my
ICF(Internet connection firewall), so maybe somebody knows which ports I
have to open to make my iPaq 3760 with TrueMobile WIFI card to activeSync
with my desktop??? (activeSync with USB Cradle is no problem at all, as well
as interneting and recieving and sending e-mails with WIFI)

TIA

Jane




Similar Threads

1. i am having problem during icq installation

i am having problem during icq installation, the installer always says 
the memory is full or write-protected, so i can't install icq, my ppc is 
  HP2200, please help, thanks

2. Symbol 8860/Bluetooth/Serial Port - can't open port - Pocketpc Developer

3. Open and Close Port in Pocket PC 2003

Hi,

Using VB.Net, I have tried to open a port in Pocket PC 2003 and connect to
an IP Address of another PC. I can close the Port, but cannot re-open it and
re-connect to another PC.

Error " ObjectDisposedException      System.Net.Sockets.Socket" throw out.

Please help.

Thanks


4. Microsoft ActiveSync Cannot open the COM port - Pocket PC

5. PPC 2003 PDA COM PORT open failed

Hi all
   Greetings,

We are involved in developing a driver for Pocket PC 2003 PDAs,

Here the problem is COM PORT open failed for Toshiba e800.

work environment :
for Driver : WinCE 4.20 platform Builder.
           SDIO based GPS driver.
But this driver is work well for Windows mobile 2003 SE edition to this
same PDA and all other higher versions.

1. Toshiba PPC2003 is not worked for our SDIO-UART based GPS driver.
   Failed to open the COM_PORT. We use the SD-COMBO card( SD I/O +
SD-Memory )
   Its details are Toshiba E800 -- Pocket PC 2003, version 4.20.1081
(Build 13100)

2. But the same driver is worked well for Toshiba E800 PPC2003 SE. Its
version is 4.21.1088(Build 14132).

3. After we Upgrading the mobile OS from PPC2003 to PPC2003SE, it is
worked well..
   But, Our customers wants the SDIO-UART driver only for the Pocket PC
2003. They have no interest to upgrade their Mobile-OS..
   Is there any way to fix this issue, with out upgrading the OS.. i.e
by means of any registry-setting changes, coding changes, IRQs or any
other ways.

   Our development environment is WinCE 4.20
   If you need, I will list the codings....
   From the test_log file, Read & Write registers are get failed after
initialization.
   So immediately De-initialization are also done. These read & write
registers related to the reading & writing of UART modem registers...

While Seeing the Log files, Read & Write registers get failed is come
to attention.
code for this module is given below


BOOL READ_REGISTER(PSER_INFO pHDevice, DWORD REG_ADDR, UCHAR *Val)
{
    SD_API_STATUS status;
	status = SDReadWriteRegistersDirect(pHDevice->hDevice,
			SD_IO_READ,
			pHDevice->Function,
			REG_ADDR,
			FALSE,
			Val,
			1);
	if (!SD_API_SUCCESS(status))
	{
		return FALSE;
	}
	return TRUE;
}

BOOL WRITE_REGISTER(PSER_INFO pHDevice, DWORD REG_ADDR, UCHAR Val)
{
    SD_API_STATUS status;
	status = SDReadWriteRegistersDirect(pHDevice->hDevice,
			SD_IO_WRITE,
			pHDevice->Function,
			REG_ADDR,
			FALSE,
			&Val,
			1);
	if (!SD_API_SUCCESS(status))
	{
		return FALSE;
	}
	return TRUE;
}
Regards
Ramesh.R

_______________________________________________________________________________

6. ActiveSync cannot open COM port on restart? - ActiveSync (Pocket PC)

7. "Microsoft ActiveSync cannot open the COM port" with "ActiveSync 4.5.0"

Hi all,

I'm sure this issue has been beaten to the bush in usenet but still
I'm not able to get rid of this greeting.

Let me describe my set-up:

1> Windows Xp + SP2
2> Active Sync 4.5
3> MS Bluetooth stack
4> Samsung BlackJack I-605 smart (whatever) phone
5> USB Bluetooth Dongle

I sure can "sync" but its still a brute force method with lot of
unknowns.

For a typical sync... these are my steps:
1> SmartPhone turn discovery ON; initiate pairing
2> Laptop recognizes the device; device gets connected; displays
incoming port say "COM 8"
3> Microsoft Active Sync > Connection Settings > "Allow Connections on
Following"> "COM 8"
4> Sync happens

so far so good

But on restart; I again get the greeting "Microsoft ActiveSync cannot
open the COM port". I have to again go through the steps described
above to do the syncing again

I have looked at my registries:
1>  HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows CE Services >
"Serial Port = COM 8"

2> HKEY_CURRENT_USER\Software\Microsoft\Windows CE Services > "Serial
Port = COM 8"

Can somebody explain to me:
1> How to prevent "greeting" on restart?
2> Smart syncing without these issues?

Ravi

8. Activesync cannot open COM port - ActiveSync (Pocket PC)