I'd like to disable RTSControl using boost::asio::serial_port set_option function. and also be able to raise or lower the DTR line?
boost::asio::serial_port_base::baud_rate baud_option(115200); serialPort.set_option(baud_option);
the standard options work great, but I can't figure out how to change the dcb structure, or how to control the rs232 signal lines.