Changeset 18615 for trunk/FACT++
- Timestamp:
- 09/17/16 23:39:20 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/ConnectionUSB.cc
r16768 r18615 292 292 try 293 293 { 294 Info("Setting Baud Rate"); 294 295 set_option(fBaudRate); 296 Info("Setting Character Size"); 295 297 set_option(fCharacterSize); 298 Info("Setting Parity"); 296 299 set_option(fParity); 300 Info("Setting Sop Bits"); 297 301 set_option(fStopBits); 302 Info("Setting Flow control"); 298 303 set_option(fFlowControl); 299 304 } … … 324 329 fBaudRate(115200), 325 330 fCharacterSize(8), fParity(parity::none), fStopBits(stop_bits::one), 326 fFlowControl(flow_control:: hardware),331 fFlowControl(flow_control::none), 327 332 fInTimeout(ioservice), fOutTimeout(ioservice), fConnectTimeout(ioservice), 328 333 fQueueSize(0), fConnectionStatus(kDisconnected)
Note:
See TracChangeset
for help on using the changeset viewer.