Ignore:
Timestamp:
08/31/17 09:05:22 (7 years ago)
Author:
Sanahuja Guillaume
Message:

m

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/FlairCore/src/Unix_SerialPort.cpp

    r130 r194  
    9090    cfsetospeed(&options, B115200);
    9191    break;
     92  case 230400:
     93    cfsetispeed(&options, B230400);
     94    cfsetospeed(&options, B230400);
     95    break;
    9296  case 460800:
    9397    cfsetispeed(&options, B460800);
Note: See TracChangeset for help on using the changeset viewer.