Changes between Version 16 and Version 17 of Docs/825gen2/Dev/Devices/USB


Ignore:
Timestamp:
03/11/25 15:09:53 (5 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/Devices/USB

    v16 v17  
    163163
    164164To 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 {{{
    166 #!div style="font-size: 80%"
    167 Code highlighting:
    168   {{{#!c++
     165
     166{{{#!c++
    169167typedef struct
    170168{
     
    221219    }
    222220}
    223   }}}
    224 }}}
     221}}}