-
```
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…
-
```
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…
-
```
Overloaded QextSerialPort constructors are providing two ambigious
function pairs:
1. QextSerialPort() and QextSerialPort(QueryMode mode = EventDriven)
2. QextSerialPort(const QString & name) / Q…
-
```
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("/…
-
```
Hey all.
Is the event driven serial port i/f for qextserialport using interrupts to
work? If not, how can you tell data has been received without polling?
I have a controller I'm trying to talk…
-
```
Overloaded QextSerialPort constructors are providing two ambigious
function pairs:
1. QextSerialPort() and QextSerialPort(QueryMode mode = EventDriven)
2. QextSerialPort(const QString & name) / Q…
-
```
Hey all.
Is the event driven serial port i/f for qextserialport using interrupts to
work? If not, how can you tell data has been received without polling?
I have a controller I'm trying to talk…
-
```
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…
-
```
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…