# OmniCFG is based on StepComm
A Serial Terminal Emulator written in Python originally by William B Hunter.
  Send and receive data from comm ports, send fixed messages with a click, send and receive text files.

This purpose of this program is as a very portable serial terminal emulator.
    a. Works anywhere Python does (Win, OSX, Linux).
    b. Has enhanced features for sending and receiving files. Specifically for use with Baldwin Boxall OmniCall system. 
    
Newline handling in OmniCFG:
    a. Transmit line feed handling sends only LF.
    b. Receive line feed handling accepts either CR or LF, but if both are received consecutively. Only the first is acted upon.

Installation:
  Copy the appropriate files for your OS, to a directory on "your" PC (e.g. C:\OmniCFG\).
