Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

A simple Python script to communicate with the Digispark via USB

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages