Mr-Ntic / qextserialport

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

Cannot receive data when using the event example in Linux #148

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Which version of QextSerialPort are you using?

qexserialport 1.2 Beta
What steps will reproduce the problem?
1. Wrote one application in Vb.net to send data
2. opened the event example in Qt creator in Ubuntu10.04
3. Data sent from Vb.net application but not received in the event example.

What is the expected output? What do you see instead?
Got the warning : device is not turned on
Listening for the data on /dev/ttyUSB0

What version of the product are you using? On what operating system?

Qt creator in Ubuntu 10.04
Please provide any additional information below.
Changed the permission of /dev/ttyUSB0 as well. 
Both side using Baudrate 9600.
Can u please tell me which port configuration I need to check to communicate 
properly??
Thanks
Roy

Original issue reported on code.google.com by xai...@googlemail.com on 10 Sep 2012 at 1:02