Skip to content

Serial Com Port Data Terminal written in Python 3.5 on Windows 10

Notifications You must be signed in to change notification settings

harshgosar/PythonTerminal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dale Gambill, 3/10/2018

I wrote this serial data program in Python 3.5 so that I could compare it to the one I wrote in C#.

I wrote TERMINAL.PY and SERIAL_RX_TX.PY on Windows 10 using the Pycharm IDE.

These two modules show you how to use serial COM ports on Windows 10 to do the following:

- send and receive lines of text terminated with \n
- handle received data with your own event-handler
- send lines of text at regular intervals from a file (replay a log file)


About

Serial Com Port Data Terminal written in Python 3.5 on Windows 10

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%