using a serial port connection

  • Thread starter Thread starter Paraschiv Victor
  • Start date Start date
P

Paraschiv Victor

I have to send from a PDA (HP iPAQ 1930) some commands through a serial
connection to a device. As far as I could find out, I know I have to use
some reg keys from PDA's OS to get acces to the serial port. Can anybody
give me a hint or a link where to start digging? I have no previous
experience with serial port programming but I'm eager to deal with it.
I'm using Visual Studio 2003.I'm not interested to use .NET Framework20.

Any web adress or tutorial is welcomed.
Thank you kind !
PARASCHIV VICTOR
 
Thank you very much for the link.
Shall I understand that I can't write my own library in C#. How were
wrote those librarys that implement serial interface ? Is there any
possibility of writing my own class in VC++ and then import it as DLL on
a PDA application?

Paraschiv Victor
 
Thank you very much all of you!

Sergey said:
You have missed OpenNETCF.IO.Serial namespace for serial communication
(Daniel pointed it either in his article):
http://vault.netcf.tv/VaultService/VaultWeb/ShowFolder.aspx?repid=2&path=$/SDF/OpenNETCF/IO/Serial


u/p: guest/guest

--
Sergey Bogdanov [.NET CF MVP, MCSD]
http://www.sergeybogdanov.com


Paraschiv said:
Thank you very much for the link.
Shall I understand that I can't write my own library in C#. How were
wrote those librarys that implement serial interface ? Is there any
possibility of writing my own class in VC++ and then import it as DLL
on a PDA application?

Paraschiv Victor
 
Back
Top