Hi,
I have an application that sends data with Winsock over
Irda to a mobile printer. It's works well on a PocketPC
2002 (MDA). But the new Windows Mobile 2003 PPC (Toshiba
e800) prints very slow. Offen the PPC lost his connection.
The transmission to other devices like phone is very slow
too and hangs some time. The program is written with
embedded C++ because the printer don't like unicode. I
have the code compiled new with C++ 4.0 and Winsock 2.2
but the problem is the same.
Is there anyone, who has an idea: is this a bug in PPC
2003, a bad implementation of the interface or a defect
PPC?

Re: Print over Irda by Rob

Rob
Thu Dec 11 14:36:24 CST 2003

Are other IR functions slow on the E800? Try transferring a large-ish file.

--
Rob Elmer
Mobile Devices Product Group
This posting is provided "AS IS" with no warranties, and confers no rights.


"Klaus-Dieter Kirves" <anonymous@discussions.microsoft.com> wrote in message
news:0b4401c3bfe2$1fddf5a0$a301280a@phx.gbl...
> Hi,
> I have an application that sends data with Winsock over
> Irda to a mobile printer. It's works well on a PocketPC
> 2002 (MDA). But the new Windows Mobile 2003 PPC (Toshiba
> e800) prints very slow. Offen the PPC lost his connection.
> The transmission to other devices like phone is very slow
> too and hangs some time. The program is written with
> embedded C++ because the printer don't like unicode. I
> have the code compiled new with C++ 4.0 and Winsock 2.2
> but the problem is the same.
> Is there anyone, who has an idea: is this a bug in PPC
> 2003, a bad implementation of the interface or a defect
> PPC?



Re: Print over Irda by Klaus-Dieter

Klaus-Dieter
Fri Dec 12 02:04:55 CST 2003

Hi Rob,
Other transmissions are slow too and connection often is
lost. ActivSync over IP works normally.
Klaus-Dieter Kirves

>-----Original Message-----
>Are other IR functions slow on the E800? Try
transferring a large-ish file.
>
>--
>Rob Elmer
>Mobile Devices Product Group
>This posting is provided "AS IS" with no warranties, and
confers no rights.