Skip to content

xanthium-enterprises/CrossPlatform-Serial-Port-Programming-using-Python-and-PySerial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cross Platform Serial programming using Python and PySerial


A short introduction into serial port programming using Python and PySerial Library on Windows and Linux Systems.

The Python code running on the x86/x64 PC communicates with an microcontroller through serial link (TX,RX and Ground).

  • Runs on Both Linux and Windows
  • supports only Python 3.x.x Versions
  • Added Arduino codes
  • Microcontroller used is MSP430G2553 on Launchpad
  • MSP430 Codes written in C and Compiled using IAR Embedded WorkBench

Online Tutorial



Circuit


Hardware used