-
```
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…
-
```
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…
-
```
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. 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 …
-
```
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…
-
```
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…
-
```
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…
-
```
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…
-
```
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…