From ce6f90c54131d06e5040ca62bb01340010ea0487 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Fri, 5 Aug 2011 19:00:16 +1000 Subject: [PATCH] Dump some serial port info to help with port identification on Mac --- oximetry.cpp | 8 +++++--- preferencesdialog.ui | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/oximetry.cpp b/oximetry.cpp index c2f70136..2baf9895 100644 --- a/oximetry.cpp +++ b/oximetry.cpp @@ -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); diff --git a/preferencesdialog.ui b/preferencesdialog.ui index 306bdfbf..8dcabb54 100644 --- a/preferencesdialog.ui +++ b/preferencesdialog.ui @@ -29,7 +29,7 @@ - 0 + 1 @@ -99,7 +99,7 @@ It will be faster changing to days you've already been to if you leave it on. - Combine Sessions + Combine Close Sessions Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter