Page 1 of 1

Introduce a new serialport tool: comNG

Posted: Tue Mar 10, 2020 4:02 am
by xenkuo
Image

As serialport tool is often needed when develop esp serial chips, and I found there's no such a good software can meet my simple request, I made this one.
Key features include:

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

comNG is commercial software but offer a friendly license to personal and educational projects.
For further information please refer to my githubpage: https://xenkuo.github.io/

V1.0.4 has been released, including lots of new feature

Posted: Sun May 10, 2020 2:32 am
by xenkuo
V1.0.4 could be a major release as many new features and improvements have been added. Following releases should be bugfix and maintain until v1.1.0.
Added

serial port flow control support
shortcut to port switch: cmdorctrl + d
shortcut to text clean: cmdorctrl + x
shortcut to transmit: enter
menu section auto hide function
modem signal indicator and control
font customization
transmit empty string

Changed

optimize UI details
optimize default font for Windows and Mac OS
cmdorctrl + e will highlight word under cursor if there's no word selected
better shortcut response area
short toast hold time to 1 second

Fixed

repeat transmit issue