how can I use the Serial COM port ???

G

Guest

I have a device that send to my computer information by serial com port.
The comunication parameters are:

PORT: COM 1
Bits per second: 9600
Data bits: 8
Parity: None (0)
Stop bits:1

How can I receive or transfer DATA by COM 1 serial port ???
 
K

Kieran Benton

Hi,
I've had to do quite a lot of serial comms using C# and in my
experience this is the most lightweight/reliable/high
performance/easy-to-use library out there at the moment:

http://www.codeproject.com/dotnet/DotNetComPorts.asp

Its been used with many many different microcontrollers (including
Nokia mobile phones) with no problems (in contrast to some other
libraries out there - including the one on gotdotnet).

HTH
Kieran
 

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

Similar Threads


Top