Hi,
I'm using a compaq iPAQ 3760 running Pocket PC 2002 (Version 3.0.11171 Build
11178).
I had a .net 1.1 application reunning on it (ALthough I built in in Visial
studio 2005).
I'm using CFSerialClass.dll to access the serial port.
However I cant find documentation and none of the methods are even commented
so its a bit of a black box.
Does anyone use this or know where to get get API docs?

I'm ms released their own to support serial stuff in 1.1 would I be just
better of using this?

Thanks,
Ian

Re: Accessing serial port via .net CF by Chris

Chris
Mon Feb 20 12:30:20 CST 2006

MS has Serial support in CF 2.0. For 1.0 you have to use another lib or
roll your own. Dick Grier has a free DLL, and OpenNETCF has a full shared
source library.

-Chris


"itierno" <itierno@discussions.microsoft.com> wrote in message
news:D321BFB9-A0E1-4DBB-B8E1-F926687C21EC@microsoft.com...
> Hi,
> I'm using a compaq iPAQ 3760 running Pocket PC 2002 (Version 3.0.11171
> Build
> 11178).
> I had a .net 1.1 application reunning on it (ALthough I built in in Visial
> studio 2005).
> I'm using CFSerialClass.dll to access the serial port.
> However I cant find documentation and none of the methods are even
> commented
> so its a bit of a black box.
> Does anyone use this or know where to get get API docs?
>
> I'm ms released their own to support serial stuff in 1.1 would I be just
> better of using this?
>
> Thanks,
> Ian



Re: Accessing serial port via .net CF by Dick

Dick
Mon Feb 20 12:55:05 CST 2006

Hi Ian,

The Object browser is the first step -- but the simple terminal example that
I include illustrates most things. Do you have a specific question? I'll
try to help.

I have CFSerialIO in Chapter 9 in my book. By the time you have read
Chapters 1-8, you (probably) are a little sick of serial APIs. They all seem
so "congruent." <g>

Dick

--
Richard Grier, MVP
Hard & Software
Author of Visual Basic Programmer's Guide to Serial Communications, Fourth
Edition,
ISBN 1-890422-28-2 (391 pages, includes CD-ROM). July 2004.
See www.hardandsoftware.net for details and contact information.