@@ -1,9 +1,10 | |||
|
1 |
/*------------------------------------------------------------------------------ |
|
|
1 | /*------------------------------------------------------------------------------ | |
|
2 | -- This file is a part of the SocExplorer Software | |
|
2 | 3 | -- Copyright (C) 2013, Laboratory of Plasmas Physic - CNRS |
|
3 | 4 | -- |
|
4 | 5 | -- This program is free software; you can redistribute it and/or modify |
|
5 | 6 | -- it under the terms of the GNU General Public License as published by |
|
6 |
-- the Free Software Foundation; either version |
|
|
7 | -- the Free Software Foundation; either version 2 of the License, or | |
|
7 | 8 | -- (at your option) any later version. |
|
8 | 9 | -- |
|
9 | 10 | -- This program is distributed in the hope that it will be useful, |
@@ -73,6 +74,7 void ApbUartPlugin::uartReadout() | |||
|
73 | 74 | { |
|
74 | 75 | if(this->baseAddress()!=-1) |
|
75 | 76 | { |
|
77 | this->loopBackTimer.stop(); | |
|
76 | 78 | unsigned int status_reg,data; |
|
77 | 79 | char ch; |
|
78 | 80 | QString printdata=""; |
@@ -85,6 +87,7 void ApbUartPlugin::uartReadout() | |||
|
85 | 87 | } |
|
86 | 88 | if(printdata!="") |
|
87 | 89 | emit apbUartTextReceived(printdata); |
|
90 | this->loopBackTimer.start(); | |
|
88 | 91 | } |
|
89 | 92 | else |
|
90 | 93 | { |
@@ -109,7 +112,7 void ApbUartPlugin::activate(bool flag) | |||
|
109 | 112 | void ApbUartPlugin::activateScan(bool flag) |
|
110 | 113 | { |
|
111 | 114 | if(flag) |
|
112 |
this->loopBackTimer.start( |
|
|
115 | this->loopBackTimer.start(200); | |
|
113 | 116 | else |
|
114 | 117 | this->loopBackTimer.stop(); |
|
115 | 118 | } |
@@ -118,7 +121,7 int ApbUartPlugin::enableLoopback() | |||
|
118 | 121 | { |
|
119 | 122 | |
|
120 | 123 | this->useLoopBack = true; |
|
121 |
this->loopBackTimer.start( |
|
|
124 | this->loopBackTimer.start(200); | |
|
122 | 125 | SocExplorerEngine::message(this,"Set FiFo debug mode mode"); |
|
123 | 126 | if(parent==NULL) |
|
124 | 127 | { |
@@ -1,5 +1,5 | |||
|
1 | 1 | /*------------------------------------------------------------------------------ |
|
2 |
-- This file is a part of the |
|
|
2 | -- This file is a part of the SocExplorer Software | |
|
3 | 3 | -- Copyright (C) 2013, Laboratory of Plasmas Physic - CNRS |
|
4 | 4 | -- |
|
5 | 5 | -- This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 | |||
|
1 | 1 | /*------------------------------------------------------------------------------ |
|
2 |
-- This file is a part of the |
|
|
2 | -- This file is a part of the SocExplorer Software | |
|
3 | 3 | -- Copyright (C) 2013, Laboratory of Plasmas Physic - CNRS |
|
4 | 4 | -- |
|
5 | 5 | -- This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 | |||
|
1 | 1 | /*------------------------------------------------------------------------------ |
|
2 |
-- This file is a part of the |
|
|
2 | -- This file is a part of the SocExplorer Software | |
|
3 | 3 | -- Copyright (C) 2013, Laboratory of Plasmas Physic - CNRS |
|
4 | 4 | -- |
|
5 | 5 | -- This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 | |||
|
1 | 1 | /*------------------------------------------------------------------------------ |
|
2 |
-- This file is a part of the |
|
|
2 | -- This file is a part of the SocExplorer Software | |
|
3 | 3 | -- Copyright (C) 2013, Laboratory of Plasmas Physic - CNRS |
|
4 | 4 | -- |
|
5 | 5 | -- This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 | |||
|
1 | 1 | /*------------------------------------------------------------------------------ |
|
2 |
-- This file is a part of the |
|
|
2 | -- This file is a part of the SocExplorer Software | |
|
3 | 3 | -- Copyright (C) 2013, Laboratory of Plasmas Physic - CNRS |
|
4 | 4 | -- |
|
5 | 5 | -- This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 | |||
|
1 | 1 | /*------------------------------------------------------------------------------ |
|
2 |
-- This file is a part of the |
|
|
2 | -- This file is a part of the SocExplorer Software | |
|
3 | 3 | -- Copyright (C) 2013, Laboratory of Plasmas Physic - CNRS |
|
4 | 4 | -- |
|
5 | 5 | -- This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 | |||
|
1 | 1 | /*------------------------------------------------------------------------------ |
|
2 |
-- This file is a part of the |
|
|
2 | -- This file is a part of the SocExplorer Software | |
|
3 | 3 | -- Copyright (C) 2013, Laboratory of Plasmas Physic - CNRS |
|
4 | 4 | -- |
|
5 | 5 | -- This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 | |||
|
1 | 1 | /*------------------------------------------------------------------------------ |
|
2 |
-- This file is a part of the |
|
|
2 | -- This file is a part of the SocExplorer Software | |
|
3 | 3 | -- Copyright (C) 2011, Laboratory of Plasmas Physic - CNRS |
|
4 | 4 | -- |
|
5 | 5 | -- This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 | |||
|
1 | 1 | /*------------------------------------------------------------------------------ |
|
2 |
-- This file is a part of the |
|
|
2 | -- This file is a part of the SocExplorer Software | |
|
3 | 3 | -- Copyright (C) 2011, Laboratory of Plasmas Physic - CNRS |
|
4 | 4 | -- |
|
5 | 5 | -- This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 | |||
|
1 | 1 | /*------------------------------------------------------------------------------ |
|
2 |
-- This file is a part of the |
|
|
2 | -- This file is a part of the SocExplorer Software | |
|
3 | 3 | -- Copyright (C) 2011, Laboratory of Plasmas Physic - CNRS |
|
4 | 4 | -- |
|
5 | 5 | -- This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 | |||
|
1 | 1 | /*------------------------------------------------------------------------------ |
|
2 |
-- This file is a part of the |
|
|
2 | -- This file is a part of the SocExplorer Software | |
|
3 | 3 | -- Copyright (C) 2011, Laboratory of Plasmas Physic - CNRS |
|
4 | 4 | -- |
|
5 | 5 | -- This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 | |||
|
1 | 1 | /*------------------------------------------------------------------------------ |
|
2 |
-- This file is a part of the |
|
|
2 | -- This file is a part of the SocExplorer Software | |
|
3 | 3 | -- Copyright (C) 2011, Laboratory of Plasmas Physic - CNRS |
|
4 | 4 | -- |
|
5 | 5 | -- This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 | |||
|
1 | 1 | /*------------------------------------------------------------------------------ |
|
2 |
-- This file is a part of the |
|
|
2 | -- This file is a part of the SocExplorer Software | |
|
3 | 3 | -- Copyright (C) 2011, Laboratory of Plasmas Physic - CNRS |
|
4 | 4 | -- |
|
5 | 5 | -- This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 | |||
|
1 | 1 | /*------------------------------------------------------------------------------ |
|
2 |
-- This file is a part of the |
|
|
2 | -- This file is a part of the SocExplorer Software | |
|
3 | 3 | -- Copyright (C) 2011, Laboratory of Plasmas Physic - CNRS |
|
4 | 4 | -- |
|
5 | 5 | -- This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 | |||
|
1 | 1 | /*------------------------------------------------------------------------------ |
|
2 |
-- This file is a part of the |
|
|
2 | -- This file is a part of the SocExplorer Software | |
|
3 | 3 | -- Copyright (C) 2011, Laboratory of Plasmas Physic - CNRS |
|
4 | 4 | -- |
|
5 | 5 | -- This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 | |||
|
1 | 1 | /*------------------------------------------------------------------------------ |
|
2 |
-- This file is a part of the |
|
|
2 | -- This file is a part of the SocExplorer Software | |
|
3 | 3 | -- Copyright (C) 2011, Laboratory of Plasmas Physic - CNRS |
|
4 | 4 | -- |
|
5 | 5 | -- This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 | |||
|
1 | 1 | /*------------------------------------------------------------------------------ |
|
2 |
-- This file is a part of the |
|
|
2 | -- This file is a part of the SocExplorer Software | |
|
3 | 3 | -- Copyright (C) 2011, Laboratory of Plasmas Physic - CNRS |
|
4 | 4 | -- |
|
5 | 5 | -- This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 | |||
|
1 | 1 | /*------------------------------------------------------------------------------ |
|
2 |
-- This file is a part of the |
|
|
2 | -- This file is a part of the SocExplorer Software | |
|
3 | 3 | -- Copyright (C) 2011, Laboratory of Plasmas Physic - CNRS |
|
4 | 4 | -- |
|
5 | 5 | -- This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 | |||
|
1 | 1 | /*------------------------------------------------------------------------------ |
|
2 |
-- This file is a part of the |
|
|
2 | -- This file is a part of the SocExplorer Software | |
|
3 | 3 | -- Copyright (C) 2011, Laboratory of Plasmas Physic - CNRS |
|
4 | 4 | -- |
|
5 | 5 | -- This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 | |||
|
1 | 1 | /*------------------------------------------------------------------------------ |
|
2 |
-- This file is a part of the |
|
|
2 | -- This file is a part of the SocExplorer Software | |
|
3 | 3 | -- Copyright (C) 2011, Laboratory of Plasmas Physic - CNRS |
|
4 | 4 | -- |
|
5 | 5 | -- This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 | |||
|
1 | 1 | /*------------------------------------------------------------------------------ |
|
2 |
-- This file is a part of the |
|
|
2 | -- This file is a part of the SocExplorer Software | |
|
3 | 3 | -- Copyright (C) 2012, Laboratory of Plasmas Physic - CNRS |
|
4 | 4 | -- |
|
5 | 5 | -- This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 | |||
|
1 | 1 | /*------------------------------------------------------------------------------ |
|
2 |
-- This file is a part of the |
|
|
2 | -- This file is a part of the SocExplorer Software | |
|
3 | 3 | -- Copyright (C) 2012, Laboratory of Plasmas Physic - CNRS |
|
4 | 4 | -- |
|
5 | 5 | -- This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 | |||
|
1 | 1 | /*------------------------------------------------------------------------------ |
|
2 |
-- This file is a part of the |
|
|
2 | -- This file is a part of the SocExplorer Software | |
|
3 | 3 | -- Copyright (C) 2012, Laboratory of Plasmas Physic - CNRS |
|
4 | 4 | -- |
|
5 | 5 | -- This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 | |||
|
1 | 1 | /*------------------------------------------------------------------------------ |
|
2 |
-- This file is a part of the |
|
|
2 | -- This file is a part of the SocExplorer Software | |
|
3 | 3 | -- Copyright (C) 2012, Laboratory of Plasmas Physic - CNRS |
|
4 | 4 | -- |
|
5 | 5 | -- This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 | |||
|
1 | 1 | /*------------------------------------------------------------------------------ |
|
2 |
-- This file is a part of the |
|
|
2 | -- This file is a part of the SocExplorer Software | |
|
3 | 3 | -- Copyright (C) 2011, Laboratory of Plasmas Physic - CNRS |
|
4 | 4 | -- |
|
5 | 5 | -- This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 | |||
|
1 | 1 | /*------------------------------------------------------------------------------ |
|
2 |
-- This file is a part of the |
|
|
2 | -- This file is a part of the SocExplorer Software | |
|
3 | 3 | -- Copyright (C) 2012, Laboratory of Plasmas Physic - CNRS |
|
4 | 4 | -- |
|
5 | 5 | -- This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 | |||
|
1 | 1 | /*------------------------------------------------------------------------------ |
|
2 |
-- This file is a part of the |
|
|
2 | -- This file is a part of the SocExplorer Software | |
|
3 | 3 | -- Copyright (C) 2013, Laboratory of Plasmas Physic - CNRS |
|
4 | 4 | -- |
|
5 | 5 | -- This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 | |||
|
1 | 1 | /*------------------------------------------------------------------------------ |
|
2 |
-- This file is a part of the |
|
|
2 | -- This file is a part of the SocExplorer Software | |
|
3 | 3 | -- Copyright (C) 2012, Laboratory of Plasmas Physic - CNRS |
|
4 | 4 | -- |
|
5 | 5 | -- This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 | |||
|
1 | 1 | /*------------------------------------------------------------------------------ |
|
2 |
-- This file is a part of the |
|
|
2 | -- This file is a part of the SocExplorer Software | |
|
3 | 3 | -- Copyright (C) 2011, Laboratory of Plasmas Physic - CNRS |
|
4 | 4 | -- |
|
5 | 5 | -- This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 | |||
|
1 | 1 | /*------------------------------------------------------------------------------ |
|
2 |
-- This file is a part of the |
|
|
2 | -- This file is a part of the SocExplorer Software | |
|
3 | 3 | -- Copyright (C) 2011, Laboratory of Plasmas Physic - CNRS |
|
4 | 4 | -- |
|
5 | 5 | -- This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 | |||
|
1 | 1 | /*------------------------------------------------------------------------------ |
|
2 |
-- This file is a part of the |
|
|
2 | -- This file is a part of the SocExplorer Software | |
|
3 | 3 | -- Copyright (C) 2014, Laboratory of Plasmas Physic - CNRS |
|
4 | 4 | -- |
|
5 | 5 | -- This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 | |||
|
1 | 1 | /*------------------------------------------------------------------------------ |
|
2 |
-- This file is a part of the |
|
|
2 | -- This file is a part of the SocExplorer Software | |
|
3 | 3 | -- Copyright (C) 2014, Laboratory of Plasmas Physic - CNRS |
|
4 | 4 | -- |
|
5 | 5 | -- This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 | |||
|
1 | 1 | /*------------------------------------------------------------------------------ |
|
2 |
-- This file is a part of the |
|
|
2 | -- This file is a part of the SocExplorer Software | |
|
3 | 3 | -- Copyright (C) 2011, Laboratory of Plasmas Physic - CNRS |
|
4 | 4 | -- |
|
5 | 5 | -- This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 | |||
|
1 | 1 | /*------------------------------------------------------------------------------ |
|
2 |
-- This file is a part of the |
|
|
2 | -- This file is a part of the SocExplorer Software | |
|
3 | 3 | -- Copyright (C) 2011, Laboratory of Plasmas Physic - CNRS |
|
4 | 4 | -- |
|
5 | 5 | -- This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 | |||
|
1 | 1 | /*------------------------------------------------------------------------------ |
|
2 |
-- This file is a part of the |
|
|
2 | -- This file is a part of the SocExplorer Software | |
|
3 | 3 | -- Copyright (C) 2011, Laboratory of Plasmas Physic - CNRS |
|
4 | 4 | -- |
|
5 | 5 | -- This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 | |||
|
1 | 1 | /*------------------------------------------------------------------------------ |
|
2 |
-- This file is a part of the |
|
|
2 | -- This file is a part of the SocExplorer Software | |
|
3 | 3 | -- Copyright (C) 2011, Laboratory of Plasmas Physic - CNRS |
|
4 | 4 | -- |
|
5 | 5 | -- This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 | |||
|
1 | 1 | /*------------------------------------------------------------------------------ |
|
2 |
-- This file is a part of the |
|
|
2 | -- This file is a part of the SocExplorer Software | |
|
3 | 3 | -- Copyright (C) 2011, Laboratory of Plasmas Physic - CNRS |
|
4 | 4 | -- |
|
5 | 5 | -- This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 | |||
|
1 | 1 | /*------------------------------------------------------------------------------ |
|
2 |
-- This file is a part of the |
|
|
2 | -- This file is a part of the SocExplorer Software | |
|
3 | 3 | -- Copyright (C) 2011, Laboratory of Plasmas Physic - CNRS |
|
4 | 4 | -- |
|
5 | 5 | -- This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 | |||
|
1 | 1 | /*------------------------------------------------------------------------------ |
|
2 |
-- This file is a part of the |
|
|
2 | -- This file is a part of the SocExplorer Software | |
|
3 | 3 | -- Copyright (C) 2011, Laboratory of Plasmas Physic - CNRS |
|
4 | 4 | -- |
|
5 | 5 | -- This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 | |||
|
1 | 1 | /*------------------------------------------------------------------------------ |
|
2 |
-- This file is a part of the |
|
|
2 | -- This file is a part of the SocExplorer Software | |
|
3 | 3 | -- Copyright (C) 2011, Laboratory of Plasmas Physic - CNRS |
|
4 | 4 | -- |
|
5 | 5 | -- This program is free software; you can redistribute it and/or modify |
General Comments 0
You need to be logged in to leave comments.
Login now