Skip to content

Quarista/Arduino-to-Python-Serial-Comminicator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino To Python Serial Communicator

  • Use Python to communicate between Arduino.

image

Step 1: Install Python on Your Computer

  1. Go to the python website and download it https://www.python.org/downloads/ .

  2. Once you have done downloading, you can move on to installation by keeping the directory in which the python is getting installed by default.

Step 2: Install PySerial PySerial is a Python API module which is used to read and write serial data to Arduino or any other Microcontroller. To install on Windows, simply visit $ PySerial's Download Page $ and following the steps bellow :

  1. Download the PySerial from the link above or Open CMD and type pip install pyserial
  2. Install it by keeping the setting as the default. You should be sure that Pyserial worked correctly, To check this You can open IDLE and type in import serial If you are not getting any error, it means you installed it correct, else you can check your installation.

About

Use Python to communicate between Arduino.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published