February 2020
Intermediate to advanced
432 pages
10h 50m
English
The next block of commands prints information of the manufacturer, hardware and firmware versions, and battery levels. The following relates to the output:
print("Manufacturer : ", GPG.get_manufacturer() )print("Board : ", GPG.get_board() )print("Serial Number : ", GPG.get_id() )print("Hardware version: ", GPG.get_version_hardware()) ...