Skip to content

Instantly share code, notes, and snippets.

@qzed
qzed / Pipfile
Last active April 23, 2021 16:10
Surface Book 2 / Surface Pro (2017) / Surface Laptop UART protocol proof-of-concept script.
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
crcmod = "*"
pyserial = "*"
[dev-packages]