Changeset 19018


Ignore:
Timestamp:
05/24/18 22:11:49 (7 years ago)
Author:
tbretz
Message:
To be compatible with the previous scheme, the default flow_control should be 'none' as it was before... my typo.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/ConnectionUSB.h

    r18996 r19018  
    7474                 boost::asio::serial_port_base::parity::type parity=boost::asio::serial_port_base::parity::none,
    7575                 boost::asio::serial_port_base::stop_bits::type stop_bits=boost::asio::serial_port_base::stop_bits::one,
    76                  boost::asio::serial_port_base::flow_control::type flow_control=boost::asio::serial_port_base::flow_control::hardware);
     76                 boost::asio::serial_port_base::flow_control::type flow_control=boost::asio::serial_port_base::flow_control::none);
    7777
    7878    void ConfigureConnection();
Note: See TracChangeset for help on using the changeset viewer.