Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Serial port communication

Status
Not open for further replies.

nbaker76

Programmer
May 7, 2005
11
US
Has anyone interacted with a RS232 (serial port)? I've found a couple of examples of how to do it in VB, but I really need to know how I can do this using C#. Studio 2005 is going to have an assembly System.IO.Ports that will handle this, but for now (using .NET 2003) everything I have found says I need to write a wrapper, but I can't really find an explanation of what I need to write. Basicially I just need to send a voltage signal to an RS232 port. Does anyone have any ideas how to do this?

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top