KyunTerm is a multifunctional serial terminal application.
Available for Windows 64bit Mac
Select port name and baudrate.
- Select text input tag.
- Input text which you want to send.
- Push send button.
- Select slider input tag.
- Move the slider until it reach the value you want to send.
- You can select type of value from 'string', 'uint8', 'int8', 'uint16', 'int16', 'uint32', 'int32', which is constituting the character string of UTF 8, 8 bits, 16 bits, 32 bits, with or without sign, respectively.
- Push send button.
- Select text view tag.
- You can observe received data in the form of character string, hexadecimal, decimal number. If you want to see the log of transmitted data, click "show send log" button.
- Select graph view tag.
- You can display character string data in the form of line graph. The delimiter character is set to comma by default, but it is possible to change it. Currently, only character string data is supported. It is not possible to display raw numerical data well.
# Clone this repository
$ git clone [email protected]:syundo0730/kyun-term.git
# Go into the repository
$ cd kyun-term
# Install dependencies and run the watch
$ npm install
# Build js for production
$ npm run bundle
# Or watch file's change and build automaticaly
$ npm run bundle:watch
# Run the electron application
$ npm run start
$ npm run build
! Applications for Windows/Mac can only be built in Windows/Mac environment
- Fork it ( https://github.com/syundo0730/kyun-term )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request
Copyright (c) 2016 Shundo Kishi Released under the MIT license http://opensource.org/licenses/mit-license.php