-
```
Hi,
First, many thanks for the useful code!
The aforementioned function is marked as TODO.
I need a "Polling" Port running in separate thread.
The "Eventdriven" is not working for me for two reas…
-
```
What steps will reproduce the problem?
1. Execute the following code (the last line is the important one, you can
change other settings as you want)
QextSerialPort port = new QextSerialPort("/…
-
```
What steps will reproduce the problem?
1. Execute the following code (the last line is the important one, you can
change other settings as you want)
QextSerialPort port = new QextSerialPort("/…
-
```
What steps will reproduce the problem?
1. Execute the following code (the last line is the important one, you can
change other settings as you want)
QextSerialPort port = new QextSerialPort("/…
-
A Simulation object should not have a weak_ptr to the Model.
A quick look at the code show that the Model is needed for 2 reasons:
- getting access to the topology. We can directly put a SP to the To…
-
```
I've added readyReady() support to the the POSIX implementation. It looks
like someone already took care of the Win32 side. Here is the patch.
It's pretty simple. I just used a QSocketNotifier o…
-
```
Using the following constructor:
QextSerialPort(const QString & name, PortSettings const& s, QueryMode mode =
EventDriven, QObject *parent=0);
The PortSettings will be casted to QextPortSetting…
-
```
Working under Windows Vista. Sometimes the port opens normally, but doesn't
read data, until another program opens the port too, closes it afterwards. A
new program start, and the port is runnin…
-
```
What steps will reproduce the problem?
1. Build & Run the attached Qt command line program
2.
3.
What is the expected output? What do you see instead?
The 'write' command should return number of …
-
```
Hi,
First, many thanks for the useful code!
The aforementioned function is marked as TODO.
I need a "Polling" Port running in separate thread.
The "Eventdriven" is not working for me for two reas…