https://github.com/brainelectronics/digisparkcommunication
A simple Python script to communicate with the Digispark via USB
https://github.com/brainelectronics/digisparkcommunication
Last synced: 21 days ago
JSON representation
A simple Python script to communicate with the Digispark via USB
- Host: GitHub
- URL: https://github.com/brainelectronics/digisparkcommunication
- Owner: brainelectronics
- Created: 2016-03-09T00:12:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-18T16:03:33.000Z (almost 10 years ago)
- Last Synced: 2025-03-12T23:16:30.005Z (over 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DigisparkCommunication
=======
A simple Python script to communicate with the Digispark via USB
- Change the Vendor ID and Product ID to fit your device
- run the listInfos.py script for further infos of the device (you have to run it with sudo on Linux to get everything)
- check out the talker.py script for simple reference how to communicate with the Digispark (upload Digispark_simple_com.ino first)
- use listAllDevices.py to list all devices and return their name and manufacturer name (you have to run it with sudo on Linux to get everything)
Also available in ev-charge-control/Examples/PyUSB
You need to install pyusb and libsub:
sudo pip install pyusb --pre
sudo apt-get install libsub-1.0-0-dev (may you can use auto complete)