~jeremyrcohen/+junk/Interpreter

« back to all changes in this revision

Viewing changes to software/Common/JrKerr/nmccom.cpp

  • Committer: Jeremy Cohen
  • Date: 2010-07-29 17:21:39 UTC
  • Revision ID: jeremyrcohen@gmail.com-20100729172139-dd7vt2m1jkcyqkg0
took out dylib files

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
    ComPort->setParity(PAR_NONE);
142
142
    ComPort->setDataBits(DATA_8);
143
143
    ComPort->setStopBits(STOP_1);
144
 
    //ComPort->setTimeout(100);
 
144
    ComPort->setTimeout(100);
145
145
    if (open_status < 0) return 0;
146
146
 
147
147
    qDebug() << "Resetting NMC devices";