Dump some serial port info to help with port identification on Mac

This commit is contained in:
Mark Watkins 2011-08-05 19:00:16 +10:00
parent 2fcc2de524
commit ce6f90c541
2 changed files with 7 additions and 5 deletions

View File

@ -120,10 +120,12 @@ void Oximetry::on_RefreshPortsButton_clicked()
if (!portname.isEmpty() && ports.at(i).qesPORTNAME==portname) current_found=true;
ui->SerialPortsCombo->addItem(ports.at(i).qesPORTNAME);
z++;
qDebug() << "Serial Port:" << ports.at(i).qesPORTNAME << ports.at(i).friendName;
}
//qDebug() << "port name:" << ports.at(i).portName;
//qDebug() << "enumerator name:" << ports.at(i).enumName;
//qDebug() << "Serial Port:" << ports.at(i).qesPORTNAME << ports.at(i).friendName;
qDebug() << "port name:" << ports.at(i).portName;
qDebug() << "phys name:" << ports.at(i).physName;
qDebug() << "friendly name:" << ports.at(i).friendName;
qDebug() << "enumerator name:" << ports.at(i).enumName;
}
if (z>0) {
ui->RunButton->setEnabled(true);

View File

@ -29,7 +29,7 @@
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>0</number>
<number>1</number>
</property>
<widget class="QWidget" name="tab">
<attribute name="title">
@ -99,7 +99,7 @@ It will be faster changing to days you've already been to if you leave it on. </
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Combine Sessions</string>
<string>Combine Close Sessions </string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>