Hello,

I have a Win32 application (made with Delphi) that send datas to some
machines via Serial port (RS232).
I don't have a Pocket PC and I would like to have something similar with
PocketPC.
so 2 questions :
- it is possible to use a Serial Port with a PocketPC?
- is there any library of component that make it possible to program this?

thanks

John

RE: Serial port by BostjanErzen

BostjanErzen
Mon May 30 02:56:01 CDT 2005

You can use standard Win32 API as you know on PC. For opening serial port use
CreateFile() and then WriteFile()/ReadFile()

As development tool you can use Embedded Visual C++ 3/4 or Visual Studio
.NET 2003.

Bostjan

"John" wrote:

> Hello,
>
> I have a Win32 application (made with Delphi) that send datas to some
> machines via Serial port (RS232).
> I don't have a Pocket PC and I would like to have something similar with
> PocketPC.
> so 2 questions :
> - it is possible to use a Serial Port with a PocketPC?
> - is there any library of component that make it possible to program this?
>
> thanks
>
> John
>
>
>

Re: Serial port by John

John
Mon May 30 07:41:13 CDT 2005

Thanks Bostjan for your help.
Is there an optional tools (hardware) to be able to be connected with RS232?



Re: Serial port by Mike

Mike
Wed Jun 01 04:22:11 CDT 2005

> Is there an optional tools (hardware) to be able to be connected with
> RS232?

Depends on what Pocket PC hardware you have - most of these that I've used
have a serial port already in the sync port, all you need is the correct
cable.

Mike.

>
>