Is there any way I can control the serial port (com1) on my devices at the bit level? I would like to be able to set the level (high/low) on the data out pin and on the CTS pin. I would also like to read the status of the data in pin and the RTS pin.
I think your ins and outs are mixed up. The Serial2 library lets you set DTR by the DTREnable, set RTS by the RTSEnable property, read CTS by the CTS property and read DSR by the DSR property.