-
```
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…
-
```
Hello all,
i'm having the following issue trying to build qextserialport lib on win32
(winXP): i've downloaded the latest version of the library and created a
CFileList file to compile the libra…
-
```
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("/…
-
```
I am writing a qt program on windowsxp and am having trouble opening my usb
port (COM3) using the qextserialport library. After calling
port_M->open(QextSerialPort::ReadWrite), true is returned, a…
-
```
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…
-
```
Using the following constructor:
QextSerialPort(const QString & name, PortSettings const& s, QueryMode mode =
EventDriven, QObject *parent=0);
The PortSettings will be casted to QextPortSetting…
-
```
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 …
-
```
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…
-
```
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…
-
```
Hello all,
i'm having the following issue trying to build qextserialport lib on win32
(winXP): i've downloaded the latest version of the library and created a
CFileList file to compile the libra…