c++ Programming Glossary: stop_bits
Boost Asio serial_port - need help with io http://stackoverflow.com/questions/267752/boost-asio-serial-port-need-help-with-io other options like character_size flow_control parity and stop_bits. To write your data to the serial port you can do the following..
How to use Boost.Asio c++? http://stackoverflow.com/questions/5537016/how-to-use-boost-asio-c m_flow_control const enum parity type m_parity const enum stop_bits type m_stop_bits const unsigned int m_char_size boost asio serial_port.. enum parity type m_parity const enum stop_bits type m_stop_bits const unsigned int m_char_size boost asio serial_port m_SerialPort.. values are parity none parity even parity odd. @param stop_bits The number of stop bits. Acceptable values are stop_bits one..
|