Skip to content

jozef/App-sersh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

    sersh - serial port shell

SYNOPSIS

        sersh --baudrate 19200 /dev/ttyUSB1
    
            --baudrate [Int]            - dft.: 19200
            --parity [none|odd|even]    - dft.: none
            --databits [5,6,7,8]        - dft.: 8
            --stopbits [1,2]            - dft.: 1
            --handshake [none,rts,xoff] - dft.: none

DESCRIPTION

    Serial port shell with Gnu readline support for command editing and
    history.

    Launch with serial device as argument and then write commands that will
    be sent over serial port after you hit enter. All input from serial
    port is printed on the screen as it arrives.

LINKS

    https://blog.kutej.net/2020/10/App-sersh - more description + video

AUTHOR

    Jozef Kutej, <jkutej at cpan.org>

COPYRIGHT & LICENSE

    Copyright 2020 Jozef Kutej, all rights reserved.

    This program is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.

About

serial port shell

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages