Code Monkey home page Code Monkey logo

com-socket-bridge's Introduction

com-socket-bridge

ComSocket Bridge provides a two-way communication bridge between a COM/Serial PORT and TCP/IP

Easiest Installation

Simply run the exe and it will:

  1. Install the Windows Service
  2. Run the Windows Service

Uninstallation

  1. Run the exe with this parameter: uninstall
    comsocketbridge.exe uninstall
    
    or just run the uninstall.bat

    Output:

    comsocketbridge.exe uninstall
    COM Socket Bridge { Lucky Mallari(2018) }
    https://github.com/LuckyMallari/com-socket-bridge
    [01/20/2018 06:39:37 PM] Service stopped and uninstalled!
    Hit ENTER to exit
    

Configuration

Open comsocketbridge.exe.config

Settings

  • isRunAsService - if true, application will automatically install and start the service
  • comport - COM/Serial Port to listen on
  • combaudrate - COM/Serial Baud Rate. Valid value: integer
  • comstopbits - COM/Serial Stop Bits.
  • comparity - COM/Serial Parity.
  • comdatabits - COM/Serial Data Bits. Valid value: integer
  • comhandshake - CCOM Handshake.
  • tcpport - TCP Port
  • retryOnComFailms - If COM connection failed, this is the interval to retry COM connection
    • milliseconds.
    • Comment out or set to -1 to disable retry logic
  • logfilefolder - folder for the logfile location
    • Comment out to disable
    • File format: comsocketbridge.MMddyyy.txt
    • If unable to write to log, application will continue to run, just without logging.
  • greet - Greets clients on connect.

Logging

Logging is enabled by default (see above) and located in c:\comsocketbridge\logs

Demo

Demo can found in the Wiki

com-socket-bridge's People

Contributors

luckymallari avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.