Provided by: arduino-mk_1.3.1-1_all 

NAME
ard-reset-arduino - Reset Arduino board
DESCRIPTION
NAME
ard-reset-arduino - Reset an Arduino
USAGE
$ ard-reset-arduino /dev/cu.usb*
$ ard-reset-arduino --verbose --period=0.1 /dev/cu.usb*
$ ard-reset-arduino --verbose --caterina /dev/ttyUSB0
DESCRIPTION
To reset (most) Arduinos, it's enough to just pulse the DTR line.
You can do that from the shell with stty, but there's an interesting diversity of command flags.
This little program gives a uniform interface at the cost of requiring "Device::SerialPort".
OPTIONS
--verbose
Watch what's going on on STDERR.
--period=0.25
Specify the DTR pulse width in seconds.
--caterina
Reset a Leonardo, Micro, Robot or LilyPadUSB.
BUGS AND LIMITATIONS
There are no known bugs in this application.
Please report problems to the author.
Patches are welcome.
AUTHOR
Martin Oldfield, ex-atelier@mjo.tc
Support for Leonardo/Micro added by sej7278, https://github.com/sej7278
Thanks to Daniele Vergini who suggested this to me, and supplied a command line version.
LICENCE AND COPYRIGHT
Copyright (c) 2012, Martin Oldfield. All rights reserved.
This file is free software; you can redistribute it and/or modify it under the terms of the GNU
Lesser General Public License as published by the Free Software Foundation; either version 2.1 of
the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
ard-reset-arduino 1.3.1 February 2014 ARD-RESET-ARDUINO(1)