Skip to content

Does not detect serial port disconnecton of Arduino #174

Description

@GoogleCodeExporter
Which version of QextSerialPort are you using?
1.2RC ... 3be3fbf31edf6c91c7838f585b77acd787811296

What steps will reproduce the problem?
1. Connect Ardunio
2. Start app, send/receive data using write() and check isOpen()
3. Disconnect Arudino

What is the expected output? What do you see instead?

Expected: Write failures, isOpen() return false, bytesToWrite() > 0
Actual: Write of size zero (as when ok), isOpen() return true, bytesToWrite() 
== 0 always-

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

Win7 Pro 64bit. Qt 4.6.1.

Please provide any additional information below.

Original issue reported on code.google.com by marcus.l...@orzone.com on 10 Dec 2013 at 7:53

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions