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.comon 10 Dec 2013 at 7:53