Skip to content

skeptonomicon/StepComm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StepComm

Serial Terminal Emulator written in Python Send and recieve data from comm ports, send fixed messages with a click, send and recieve text files.

This program has two purposes:

  1. Use as a very portable serial terminal emulator.
a. Works anywhere Python does (Win,osx,linux).

b. For use with hardware hacking, and controlling older equipment.

c. Has enhanced features for aiding in common hardware debugging, like sending fixed messages or files.

d. Many old reliable comms programs are no longer supported and have become very buggy.
  1. Use as a demonstration of Python Tkinter GUI.
a. Show how to create a full featured GUI with submenus, text areas, popups, etc.

b. Show how to handle serial comms and timed events.

c. Show how to handle an editable text box.

About

Serial Terminal Emulator written in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages