Navigation: Overview of Basic Principles >

Example Code

 

 

 

 

MakerPlot-J installs example code for microcontrollers or other devices during the installation. Currently a couple sketches are available for testing with the Arduino(R) series of microcontrollers. With these 2 example all the pre-built interfaces of MakerPlot-J may be tested. The code is accessible from MPJ from the Folders menu option.

 

  Serial.print(sin(x * 2)* 100 + sin(y * 3) * 25);  // send as val,val,val
  Serial.print(",");
  Serial.print(sin(y * 2) * 80);
  Serial.print(",");
  Serial.print(sin(x * 3) * 50);
  Serial.print(",");
  Serial.println(sin(y * 3) * 30);    // end of line

  Serial.print("%");        // send as %1001...
  Serial.println( d, BIN);

 

 

 

Copyright © 2024 SelmaWare Solutions, LLC