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
Thanks