-
```
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("/…
-
```
Use Windows Vista. Port is open, reads data (event driven) from the device.
If I disconnect / connect the device again, I have no chance to get the port
working again, nevertheless I close the p…
-
```
Use Windows Vista. Port is open, reads data (event driven) from the device.
If I disconnect / connect the device again, I have no chance to get the port
working again, nevertheless I close the p…
-
```
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…
-
```
Using the following constructor:
QextSerialPort(const QString & name, PortSettings const& s, QueryMode mode =
EventDriven, QObject *parent=0);
The PortSettings will be casted to QextPortSetting…
-
```
Overloaded QextSerialPort constructors are providing two ambigious
function pairs:
1. QextSerialPort() and QextSerialPort(QueryMode mode = EventDriven)
2. QextSerialPort(const QString & name) / Q…
-
```
I have implemented the following things:
- event driven mode for POSIX systems (tested on Linux only).
- implemented the errorString() function.
- qextserialenumerator is working on Linux
- Creat…
-
```
Use Windows Vista. Port is open, reads data (event driven) from the device.
If I disconnect / connect the device again, I have no chance to get the port
working again, nevertheless I close the p…
-
```
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("/…
-
```
Hello,
For the last two days I am unable to solve this problem:
I tried to run your Qespta example that comes with the download. Eveything went
fine ( I am using Qt Creator 2.2.1 32 bit, Windows…