Help for this page
# Perl serial interface to Arduino Example # Reads characters being sent from the chipKIT UNO and prints them to +the screen. ... # $Arduino->communicate('oh hi!!11') # or die 'Warning, empty string: ', "$!\n";
Graph A simple example of communication from the Arduino board to the compu +ter: ... // to stabilize after the last reading: delay(10); }