Skip to content

syxanash/Device-SerialPort-Arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Device-SerialPort-Arduino 0.7

The Device::SerialPort::Arduino is a class which aims to be an easier
way to write Perl applications which easily communicate with Arduino.

Before Install this module you'll need to install the module
Device::SerialPort, which you can download here:

http://search.cpan.org/~cook/Device-SerialPort-1.04/SerialPort.pm

either install it simply with the command:
    cpan Device::SerialPort

or if you're on Ubuntu or Debian-like distros:
    sudo apt-get install libdevice-serialport-perl

INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Device::SerialPort::Arduino

LICENSE AND COPYRIGHT

Copyright (C) 2012 Simone, Syxanash

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.

About

A friendly way to interface Perl with your Arduino using Device::SerialPort

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages