Skip to content

kszonek/hexerial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexerial

Simple command line tool to monitor serial traffic, features:

  • hexadecimal view of data
  • read-only mode

Build

Ubuntu

Prerequisites:

  • cmake
  • g++

Building under GNU/Linux:

$ cd build
$ cmake ..
$ make
$ sudo make install

Usage:

Hexerial v1.0
Usage: 
	-b [value]	set baudrate (default: 9600)
	-c [value]	number of columns (default: 8)
	-h		show this help dialog
	-p [value]	set serial port path (default: /dev/ttyUSB0)
	-v		verbose mode

License

Software is released under GNU General Public License v3.0, see LICENSE file.

About

Simple command line tool to monitor serial port and display data as hexadecimal bytes

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors