├── .gitignore ├── LICENSE ├── README.md ├── bcm_cfedump.py └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/depau/bcm-cfedump/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/depau/bcm-cfedump/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/depau/bcm-cfedump/HEAD/README.md -------------------------------------------------------------------------------- /bcm_cfedump.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/depau/bcm-cfedump/HEAD/bcm_cfedump.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | pyserial == 3.5 2 | --------------------------------------------------------------------------------