qvyuanxin
2017-07-10 2f52ba12c4518a0de2478fca130997e73e514e09
VisitFace/RtspNativeCodec/app/src/main/cpp/serial.c
@@ -44,6 +44,10 @@
    // Set Baudrate
    switch (baud) {
        case 2400:
            cfsetispeed(&options, B2400);
            cfsetospeed(&options, B2400);
            break;
        case 9600:
            cfsetispeed(&options, B9600);
            cfsetospeed(&options, B9600);