Changes between Version 12 and Version 13 of Docs/825gen2/Dev/Devices/USB


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

--

Legend:

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

    v12 v13  
    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.
    165165{{{
     166#!div style="font-size: 80%"
     167Code highlighting:
     168  {{{#!python
    166169typedef struct
    167170{
     
    217220       
    218221    }
    219 
    220 }}}
     222}
     223  }}}
     224}}}