From 011e0771f361ff049e46fb81d0a198707aea3864 Mon Sep 17 00:00:00 2001 From: Simon John Date: Sat, 12 Apr 2014 00:36:11 +0200 Subject: [PATCH] start of manpage - probably needs license info changing --- ard-reset-arduino.1 | 49 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 ard-reset-arduino.1 diff --git a/ard-reset-arduino.1 b/ard-reset-arduino.1 new file mode 100644 index 0000000..d5e2db0 --- /dev/null +++ b/ard-reset-arduino.1 @@ -0,0 +1,49 @@ +.TH ARD-RESET-ARDUINO "1" "April 2014" "ard-reset-arduino 1.3.2" "Arduino CLI Reset" + +.SH NAME +ard-reset-arduino \- Reset Arduino board + +.SH SYNOPSIS +$ ard-reset-arduino /dev/ttyACM0 +.PP +$ ard-reset-arduino --verbose --period=0.1 /dev/cu.usb* +.PP +$ ard-reset-arduino --verbose --caterina /dev/ttyUSB0 + +.SH DESCRIPTION +To reset Arduinos, we either pulse the DTR line or open the USB port +at 1200 baud and close it again. + +.SH OPTIONS +.B --verbose +Watch what's going on on STDERR. + +.B --period +Specify the DTR pulse width in seconds. + +.B --caterina +Reset a Leonardo, Micro, Robot, LilyPadUSB or similar 32u4-based device. + +.SH BUGS +There are no known bugs in this application. Please report problems +to the author. Patches are welcome. + +.SH AUTHOR +Martin Oldfield, ex-atelier@mjo.tc +.PP +Support for Leonardo/Micro added by sej7278, https://github.com/sej7278 +.PP +Thanks to Daniele Vergini who suggested this to me, and supplied a +command line version. + +.SH LICENSE +Copyright (c) 2012, Martin Oldfield. All rights reserved. +.PP +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. +.PP +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.