1 Star 0 Fork 78

mircle / comNG

forked from xenkuo / comNG 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Introduction-en.md 2.25 KB
一键复制 编辑 原始数据 按行查看 历史
xenkuo 提交于 2020-05-31 09:53 . add English introduction

comNG

A modern and powerful COM tool.

Doc

For a more detailed doc please refer to: comNG Introduction

Installation

On github or sourceforge, only Windows installer offered as upload installer file is too slow for me. For Mac or Debian installation, you can compile and install from source code or goto comNG on gitee to get certain installer, a registration may be needed.

Introduction

Focus on stable serialport communication and best on-site data explore, comNG is the Next Generation of COM tool. comNG gives you best experience of on-site log exploring. comNG implemented several features to hit the mark:

  • built-in comNGLang syntax
  • built-in word highlighter
  • globally highlight word you selected (monaco built-in)
  • globally highlight word you searched (monaco built-in)
  • breakpoint on certain text
  • timestamp append and name sign
  • cross platform: Windows, Linux and Mac
  • powerful Hex mode
  • a simple simulated terminal mode

Of course it supports common features that other COM tools have:

  • baud rate customize
  • hex receive and transmit
  • flow control
  • modem signals indicats and control
  • receive timestamp
  • text transmit
  • file save and open, drag-drop is supported

Features not supported:

  • file transmit
  • capture to file

User Interface

image image

Usage

Download the release package according with you system, install, comNG should work well then.

For Linux user, you may need to add right to COM port before monitor it:

sudo chmod 666 /dev/ttyS1

Replace ttyS1 with your real COM port.

Development

Clone Code

git clone git@github.com:xenkuo/comNG.git

Install Dependencies

cd comNG
yarn

You may need to install node native compile tools, if there are problems, Google or create issue.

For Chinese developer, I'd like to advice you use below .npmrc file:

registry=https://registry.npm.taobao.org
electron_mirror=https://cdn.npm.taobao.org/dist/electron/
electron_custom_dir=7.1.11

Develop

code .
yarn start
yarn make

Licence

comNG is MIT licensed and all it's dependencies are MIT licensed.

JavaScript
1
https://gitee.com/mircle/comNG.git
git@gitee.com:mircle/comNG.git
mircle
comNG
comNG
master

搜索帮助