Re: ActiveSync on serial port
- From: Valter Minute <vminute@xxxxxxxxxxxxxxxxx>
- Date: Wed, 06 Jul 2005 03:41:46 -0700
"Morix" <moris.r@xxxxxx> wrote in
news:1120639878.970022.41370@xxxxxxxxxxxxxxxxxxxxxxxxxxxx:
> Hi all,
> I'm using Windows CE 5.0 on a board with 4 COM ports: a need to
> use a serial port for ActiveSync and another serial port for my
> purposes.
>
> Building the OS including only one COM instance ActiveSync works
> fine (connecting the cable on the physical COM2, leaving the
> physical COM1 for the debug port); if I try to include in the OS
> image two or three COM instances ActiveSync stops working...
>
If you are working with a PC-based platform:
The third and fourth instance of COM simply change the registry, adding
new instance of the same COM driver. Check that the I/O address and
interrupt configured for those port are correct and, if you need to
share the same interrupt (usually 3 or 4) between the same serial port,
you should enable the serial ISR (I don't know if it's enabled by
default).
If you are working with another platform:
Check that the interrupts for the 2 additional port are handled in your
OAL and translated to SYSINTR that are different from the ones used for
the other 2 ports. Check also that the I/O addresses don't overlap.
--
Valter Minute
vminute@xxxxxxxxx (the reply address of this message is invalid)
.
- Follow-Ups:
- Re: ActiveSync on serial port
- From: Morix
- Re: ActiveSync on serial port
- References:
- ActiveSync on serial port
- From: Morix
- ActiveSync on serial port
- Prev by Date: Re: Strange IRQ request during boot time
- Next by Date: Re: TFAT stability
- Previous by thread: ActiveSync on serial port
- Next by thread: Re: ActiveSync on serial port
- Index(es):
Relevant Pages
|