C# Console seems to send 0xF0 to Arduino on Serial port opening

com.DtrEnable = true; was all that was needed. It now works perfectly! Thank you! I can now open the port, wait until 0x05 is received, and then wire up the data received event. Awesome!