Filter out "cu." serial devices on Mac OS
ClosedPublic

Authored by rizzitello on Jun 8 2017, 9:12 PM.

Details

Summary

Filter devices starting with cu from the list of serial device. (only on mac os)

Test Plan

run on mac os see that devices starting with cu. are removed.

EDIT: roberto tested and is working nicely.

Diff Detail

Repository
R232 AtCore
Branch
removeCU
Lint
No Linters Available
Unit
No Unit Test Coverage
rizzitello created this revision.Jun 8 2017, 9:12 PM
rizzitello edited the test plan for this revision. (Show Details)Jun 8 2017, 9:13 PM
rizzitello added a subscriber: Atelier: AtCore.
rizzitello edited the test plan for this revision. (Show Details)Jun 9 2017, 1:32 AM
laysrodrigues accepted this revision.Jun 9 2017, 2:09 AM
This revision is now accepted and ready to land.Jun 9 2017, 2:09 AM
patrickelectric added inline comments.Jun 9 2017, 2:13 AM
testclient/mainwindow.cpp
281

why Insensitive ?

rizzitello added inline comments.Jun 9 2017, 1:13 PM
testclient/mainwindow.cpp
281

because this will cover any all the cu devices (Cu. CU. cU. cu.) iirc on mac os they are Cu in the list and /dev/cu by device.

patrickelectric accepted this revision.Jun 10 2017, 6:19 PM
rizzitello closed this revision.Jun 10 2017, 7:31 PM