Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 993 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 993 Bytes

Programming the Serial Port using Python

serial_python_chart


  • The code uses the SerialPort class from Serial Module
  • Code opens up a Serial port on Windows PC for communiating with a Microcontroller board (MSP430 Launchpad/Renesas RA4M1).
  • Code transmits and receives between PC and Micro Conntroller
  • The code also shows how to control the RTS and DTR pins of the serial Port

ScreenShot of the Program