DescriptionExtracts more information from serial devices on Windows
At rockot@'s suggestion, I tested this with a small Chrome app that I
wrote (https://github.com/zeptonaut/serial-device-enumerator-app) that
opens a window showing all information that Chrome knows about serial
devices. We chose this route over unit tests because we didn't think
it was wise to write unit tests that assumed specific devices were
plugged into our test servers.
As far as devices, I used an FTDI Chipset High Speed USB 2.0 to Serial
RS-232 DB-9 Converter. This was useful because it's one of not-so-many
devices that has both serial properties (COM port) and USB properties
(vendor ID, device ID, and display name).
BUG=522217
Committed: https://crrev.com/e940c46e8e7b40367a4c151656550693476ea870
Cr-Commit-Position: refs/heads/master@{#351163}
Patch Set 1 : #
Total comments: 2
Patch Set 2 : Code review #Patch Set 3 : s/NULL/nullptr #Patch Set 4 : Rearranged imports to match style guide. #
Messages
Total messages: 27 (12 generated)
|