Getting Your Raspberry Pi Serial Number Using Python

Every Raspberry Pi has a unique serial number. It is sometimes useful to extract this number to identify the hardware that your Python scripts are running on. The following function “getserial()” can be used to return a string containing the unique serial number. In reality this is the serial number of the Broadcom CPU but … Continue reading Getting Your Raspberry Pi Serial Number Using Python