Skip to content

Flush does not work in Beaglebone #188

Description

@GoogleCodeExporter
Which version of QextSerialPort are you using?
1.2

What steps will reproduce the problem?
1.
2.
3.

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


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


Please provide any additional information below.

method QExtSerialPortPrivate::flush_sys() does not work properly in BeagleBone 
(both white and black versions). It should be written like this:

::tcdrain(fd);
::tcflush(fd, TCIOFLUSH);

Then the flush() works as expected.

Original issue reported on code.google.com by hobras...@gmail.com on 15 Jul 2015 at 10:33

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