I want to make a program for my Pocket PC that can send/recive data(512B)
to/from a MCU through the COM1 port (serial port).
I am using Microsoft eMbedded Visual C++ 4.0 with Microsoft Pocket PC 2003
SDK (emulator) to make the program on the PPC.
I am also making the program om the MCU, so I conroll both programs.

Here is what I want the program on the Pocet PC to do:

-Open the COM port
-Send data to MCU
-Recive data from MCU
-Close COM port

Do you think that it is ok to only use the Rx and Tx lines? Does anyone know
what RS232 Standard the HP use, and what voltage it operate with.
I don't want to use hardware handshaking. I thinking of making a rutine in
the program to check that the data is sent/received correct.

Is this possible? Is there any trap I can go into?

I am thankful for all kind of tip and help!

Thanks,
Bodil