How can i access com port in c# ?

W

weird0

How can i access the com port and send data to it if I have a mobile
phone connected to it?
Are there any classes for it ? Please refer some link.

Need help.
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

weird0 said:
How can i access the com port and send data to it if I have a mobile
phone connected to it?
Are there any classes for it ? Please refer some link.

Need help.

More info would help

Are you in the desktop? using 1.1 or 2.0 ?
1.1 has no access to the COMs you have to either P/invoke it or use a third
party class. 2.0 has a COM class in the framework

If you are using a mobile device check www.opennetcf.org they have a COM
access class there.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top