C# .NET 2.0 Serial Port

Can anybody shed some light on the 2.0 Serial port object? I've been trying to get it to work but to no avail.... I can write to the port with no problems. My problem is with the serialPort1_DataReceived event. It never fires.... I have searched the web high and low and haven't found anything of any assistance. Has anybody found code examples that actually work?!

[374 byte] By [InfiniteDimentia] at [2007-12-23]
# 1
Hi,
This article might be of use to you http://www.codeproject.com/csharp/SerialCommunication.asp
TimothyP at 2007-8-30 > top of Msdn Tech,Windows Forms,Windows Forms General...
# 2
That's usually a handshake line problem. Use RtsEnabled = DtrEnabled = true after you open the port.
nobugz at 2007-8-30 > top of Msdn Tech,Windows Forms,Windows Forms General...