How can i access com port in c# ?

  • Thread starter Thread starter weird0
  • Start date Start date
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.
 
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.
 
Back
Top