jiuzhuaxiong / qextserialport

Automatically exported from code.google.com/p/qextserialport
Other
0 stars 0 forks source link

deviceDiscovery signal not emitted... #159

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. call setUpNotifications() method
2. connect deviceDiscovered() signal to custom slot
3. plug new serial device

What is the expected output? What do you see instead?
I want to have a signal emitted once I plug some new serial device. Instead, 
nothing's happening.

What version of the product are you using? On what operating system?
I use QextSerialPort 1.2, Qt 4.7.2 on Windows 7.

Please provide any additional information below.
deviceRemoved() signal works well. Only deviceDiscovered() doesn't work.

Original issue reported on code.google.com by tomiflor...@gmail.com on 6 Feb 2013 at 9:43