Tools — pySerial 3.4 documentation
pyserial.readthedocs.io › en › latestUSB product ID (integer, 0…65535). serial_number¶ USB serial number as a string. location¶ USB device location string (“<bus>-<port>[-<port>]…”) manufacturer¶ USB manufacturer string, as reported by device. product¶ USB product string, as reported by device. interface¶ Interface specific description, e.g. used in compound USB devices.
deviceidentifier · PyPI
https://pypi.org/project/deviceidentifier07.06.2018 · Getting started. Try these: $ pip install deviceidentifier Calls to the API through this client then become easy: from deviceidentifier import api # Look up an Apple serial number api. lookup (api. TYPE_APPLE_SERIAL, 'C8QH6T96DPNG') # Identify the type of an identifier api. identify_identifier ('iPhone5,3') # Triangulate a bunch of data from a collection of identifiers api. …