I have set(), reset() routines for RTS and DTR (MCR Registers for Serial COM port) and get() routine for DCD, RI, DSR, CTS (MSR Registers for Serial COM port).
Can we set and reset the Pins of DCD, RI, DSR and CTS by writing into these registers as done for RTS and DTR?
Also, can we get the status of RTS and DTR as in MSR?