Skip to content

ChronEngi/PyArduinoCMD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

PyArduinoCMD Icona

Control Arduino via USB.

What's that? πŸ€”

PyArduinoCMD is designed to be a small, portable program. It allows you to connect to an Arduino device of any kind and retrieve information from the computer. For automation, you can create a .txt format script with a sequence of strings and pauses within it to execute. You can also send strings individually or reset Arduino without interacting with the 'reset' button.

Windows only for now! πŸͺŸ

alt text

How to run πŸš€

Download the executable and run. Alternatively, you can compile the program with 'pyinstaller' and install the required libraries.