Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed GrnLEDOff.bmp
Binary file not shown.
Binary file removed GrnLEDOn.bmp
Binary file not shown.
22 changes: 22 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Here is the changes.

V1.01 (2010): QT4 version original from Blake Leverett <bleverett@gmail.com>
V1.02 (20141122) : Use higher baud rates - This may not work correctly on
windows
V1.03 (20170217) : Use Qt5 and qtserialport package - works with Qt5, and abandons the QExtSerialPort object in favor of QtSerialPort.
The QExtSerialPort object was adopted by Qt and renamed QtSerialPort.
V2.01 (20170621) : TerminalWidget addon and Bug Fixes by Olivier Lutzwiller <all-informatic@free.fr> /
all-informatic.com/blog
-on select, copy, clear and paste where not handled, making QAction::connect: No
such signal error
*Additions:
-added this file and make_tarball script system based on file VERSION
V2.02 (20170622) : HLed support by Olivier Lutzwiller <all-informatic@free.fr>
-with the HLed support, bmp files for led are not more needed
-timer should not be started until device is connected to avoid segmentation Error.
This happens for USB devices such as ttyUSB0 when openAtStart was previouly set
and the device has been physically removed or when rights are not sufficent
to access to it (need sudo or to be in group dialout)
V2.03 (20170630) : databits, parity and Stopbits support in config. by Olivier Lutzwiller <all-informatic@free.fr>
View is Terminal or Plot but this last one which use qCustomPlot 2.0.0 (http://www.qcustomplot.com/index.php/download)
who need to be installed in ../3rd-party/qcustomplot is not yet supported
Binary file removed RedLEDOff.bmp
Binary file not shown.
Binary file removed RedLEDOn.bmp
Binary file not shown.
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.03
57 changes: 48 additions & 9 deletions about.ui
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<x>0</x>
<y>0</y>
<width>290</width>
<height>220</height>
<height>260</height>
</rect>
</property>
<property name="sizePolicy">
Expand All @@ -28,7 +28,7 @@
<property name="maximumSize">
<size>
<width>290</width>
<height>220</height>
<height>260</height>
</size>
</property>
<property name="windowTitle">
Expand All @@ -44,7 +44,7 @@
<property name="geometry">
<rect>
<x>20</x>
<y>180</y>
<y>210</y>
<width>251</width>
<height>32</height>
</rect>
Expand Down Expand Up @@ -98,14 +98,14 @@
</rect>
</property>
<property name="text">
<string>bleverett@gmail.com</string>
<string>QT4 (v1.01-1.02): bleverett@gmail.com</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>30</x>
<y>90</y>
<y>150</y>
<width>271</width>
<height>18</height>
</rect>
Expand All @@ -118,7 +118,7 @@
<property name="geometry">
<rect>
<x>30</x>
<y>110</y>
<y>170</y>
<width>271</width>
<height>18</height>
</rect>
Expand All @@ -131,13 +131,13 @@
<property name="geometry">
<rect>
<x>30</x>
<y>130</y>
<y>190</y>
<width>271</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Using &lt;a href=&quot;http://qt.nokia.com/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Qt&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Using &lt;a href=&quot;http://qt.nokia.com/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;QT &lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="openExternalLinks">
<bool>true</bool>
Expand Down Expand Up @@ -172,7 +172,46 @@
</rect>
</property>
<property name="text">
<string>Ver 1.03</string>
<string>Ver 2.02</string>
</property>
</widget>
<widget class="QLabel" name="label_10">
<property name="geometry">
<rect>
<x>30</x>
<y>110</y>
<width>271</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>Terminalwidget (v2.0+) : Olivier Lutzwiller</string>
</property>
</widget>
<widget class="QLabel" name="label_11">
<property name="geometry">
<rect>
<x>30</x>
<y>130</y>
<width>271</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>all-informatic@free.fr / all-informatic.com</string>
</property>
</widget>
<widget class="QLabel" name="label_7">
<property name="geometry">
<rect>
<x>30</x>
<y>90</y>
<width>271</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>QT5 (v1.03): bleverett@gmail.com</string>
</property>
</widget>
</widget>
Expand Down
187 changes: 177 additions & 10 deletions config.ui
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<widget class="QDialogButtonBox" name="buttonBox">
<property name="geometry">
<rect>
<x>10</x>
<x>0</x>
<y>300</y>
<width>311</width>
<height>32</height>
Expand Down Expand Up @@ -46,9 +46,9 @@
<property name="geometry">
<rect>
<x>180</x>
<y>30</y>
<y>10</y>
<width>131</width>
<height>211</height>
<height>191</height>
</rect>
</property>
<property name="title">
Expand Down Expand Up @@ -119,6 +119,45 @@
<string>115200</string>
</property>
</widget>
<widget class="QRadioButton" name="rb230400">
<property name="geometry">
<rect>
<x>10</x>
<y>130</y>
<width>114</width>
<height>10</height>
</rect>
</property>
<property name="text">
<string>230400</string>
</property>
</widget>
<widget class="QRadioButton" name="rb460800">
<property name="geometry">
<rect>
<x>10</x>
<y>150</y>
<width>114</width>
<height>10</height>
</rect>
</property>
<property name="text">
<string>460800</string>
</property>
</widget>
<widget class="QRadioButton" name="rb921600">
<property name="geometry">
<rect>
<x>10</x>
<y>170</y>
<width>114</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>921600</string>
</property>
</widget>
</widget>
<widget class="QCheckBox" name="cbOpenStart">
<property name="geometry">
Expand Down Expand Up @@ -156,18 +195,146 @@
</rect>
</property>
</widget>
<widget class="QLabel" name="label_2">
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>190</x>
<y>250</y>
<width>121</width>
<height>16</height>
<x>200</x>
<y>270</y>
<width>111</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>N-8-1 only</string>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<widget class="QLabel" name="labelStop">
<property name="maximumSize">
<size>
<width>50</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>Stop</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboStop">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>69</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>69</width>
<height>16777215</height>
</size>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget_2">
<property name="geometry">
<rect>
<x>199</x>
<y>210</y>
<width>111</width>
<height>24</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QLabel" name="labelParity">
<property name="maximumSize">
<size>
<width>50</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>Parity</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboParity">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>69</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>69</width>
<height>16777215</height>
</size>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget_3">
<property name="geometry">
<rect>
<x>200</x>
<y>240</y>
<width>111</width>
<height>24</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QLabel" name="labelData">
<property name="maximumSize">
<size>
<width>50</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>Data</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboData">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>69</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>69</width>
<height>16777215</height>
</size>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<resources/>
Expand Down
Loading