I'm working with some Python where I have 5 USB devices plugged into the computer and I'm interacting with them. I've been programming for a number of years in PHP, but I'm pretty new to the application side.
I am currently looking for a way to uniquely identify a device such as a device serial number, one that isn't assigned by the computer, but from the device itself. Does something like that exist? If it does, is there a simple way to access it?