NAME
App::duino::Command::com - Open a serial monitor to an Arduino
VERSION
version 0.10
SYNOPSIS
$ duino com --port /dev/ttyACM0
DESCRIPTION
This command can be used to initiate a serial monitor with an Arduino board (or any other device that supports serial communication). The picocom
terminal emulator will be used if installed, otherwise a built-in RX-only terminal will be started.
OPTIONS
- --port, -p
-
The path to the Arduino serial port. The environment variable
ARDUINO_PORT
will be used if present and if the command-line option is not set. If neither of them is set the default value (/dev/ttyACM0
) will be used.
AUTHOR
Alessandro Ghedini <alexbio@cpan.org>
LICENSE AND COPYRIGHT
Copyright 2013 Alessandro Ghedini.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.