Changes between Version 12 and Version 13 of Docs/825gen2/Dev/Devices/USB
- Timestamp:
- 03/11/25 15:07:13 (5 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/Devices/USB
v12 v13 164 164 To programmatically detect what is plugged into each port the sysfs file tree may be read. The following example demonstrates a method of checking each port and reading the desciption of any attached devices. 165 165 {{{ 166 #!div style="font-size: 80%" 167 Code highlighting: 168 {{{#!python 166 169 typedef struct 167 170 { … … 217 220 218 221 } 219 220 }}} 222 } 223 }}} 224 }}}