Help for this page

Select Code to Download


  1. or download this
    # 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";
    
  2. or download this
    Graph
     
     A simple example of communication from the Arduino board to the compu
    +ter:
    ...
      // to stabilize after the last reading:
      delay(10);
    }