After looking at the SerialPort class, it seems to only provide getters (not setters) for the bits (CD, DTR, DSR, Ring, etc.).

Does anyone know if there is a way to set/clear these bits at my discretion using C#?

Thanks

-Mike