0.01
No commit activity in last 3 years
No release in over 3 years
Need a terminal to communicate to a serial device like Hyperterminal, this gem has been done for you !
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Serialclient: a command-line client for serial device

Serialclient is a client to communicate to a serial port. Serialclient works in command line since it is developped with KISS philosophy at mind.

How to install it

Best option is to use rubygems to install it.

  1. First install ruby & rubygems:
  • For ubuntu users: # apt-get install ruby rubygems

  • For arch users (useless rubygems package for ruby1.9): # pacman -S ruby

  1. Install serialclient rubygem package # gem install serialclient

  2. It's over !

How to use it

  • Basic usage serialclient -p /dev/ttyUSB0

  • See serialclient --help for setting

    • speed
    • data bits
    • stop_bits
    • parity
  • Enjoy ! You will get a silly prompt that send commands directly to device.